forked from adphi/occweb
fix app compliance
This commit is contained in:
parent
c642ad90f9
commit
6856ac0eba
@ -17,9 +17,9 @@
|
|||||||
<navigations>
|
<navigations>
|
||||||
<navigation role="admin">
|
<navigation role="admin">
|
||||||
<name>OCCWeb</name>
|
<name>OCCWeb</name>
|
||||||
|
<route>occweb.occ.index</route>
|
||||||
<icon>app.svg</icon>
|
<icon>app.svg</icon>
|
||||||
<type>link</type>
|
<type>link</type>
|
||||||
<route>occweb.occ.index</route>
|
|
||||||
</navigation>
|
</navigation>
|
||||||
</navigations>
|
</navigations>
|
||||||
</info>
|
</info>
|
||||||
|
@ -765,6 +765,11 @@ terminal .terminal-output > div {
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.terminal-output div div {
|
||||||
|
padding: 0 !important;
|
||||||
|
margin: 0 !important;
|
||||||
|
border: 0 !important;
|
||||||
|
}
|
||||||
.prompt span, .cursor-line span span, .command div span{
|
.prompt span, .cursor-line span span, .command div span{
|
||||||
color: #009ae3 !important;
|
color: #009ae3 !important;
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,6 @@ use OCP\AppFramework\Http\DataResponse;
|
|||||||
use OCP\AppFramework\Controller;
|
use OCP\AppFramework\Controller;
|
||||||
use OCP\ILogger;
|
use OCP\ILogger;
|
||||||
use Symfony\Component\Console\Input\StringInput;
|
use Symfony\Component\Console\Input\StringInput;
|
||||||
use Symfony\Component\Console\Input\ArrayInput;
|
|
||||||
use Symfony\Component\Console\Output\OutputInterface;
|
use Symfony\Component\Console\Output\OutputInterface;
|
||||||
|
|
||||||
class OCCController extends Controller implements IRequest
|
class OCCController extends Controller implements IRequest
|
||||||
|
Loading…
Reference in New Issue
Block a user