EV3-434 Admin nézet - Kis képernyő
This commit is contained in:
parent
9b8ecee296
commit
0b8d4e303e
@ -7107,7 +7107,7 @@ .speedButtonNavBar{
|
||||
.speedButtonNavBar img{
|
||||
display: block;
|
||||
margin: 0 auto 5px auto;
|
||||
max-width: 64px;
|
||||
max-width: 50px;
|
||||
}
|
||||
.speedButtonNavBar ul{
|
||||
margin-bottom: 1px;
|
||||
@ -7121,7 +7121,7 @@ .speedButtonNavBar ul::after {
|
||||
}
|
||||
.speedButtonNavBar ul li{
|
||||
text-align: center;
|
||||
width: 100px;
|
||||
width: 80px;
|
||||
height: 105px;
|
||||
padding-top: 10px;
|
||||
float: left;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -1,9 +1,9 @@
|
||||
{
|
||||
"/js/app.js": "/js/app.js?id=788435874adbbf8e5ddc27cc9d18e00e",
|
||||
"/js/admin.js": "/js/admin.js?id=ba79095db4031ff8fcb2db67804629a7",
|
||||
"/js/module.js": "/js/module.js?id=3ebf2f162b1f4c27b59bd6f41ff52be0",
|
||||
"/js/module.js": "/js/module.js?id=254cdea652e6b16f3d3c1153db86b23a",
|
||||
"/js/components.js": "/js/components.js?id=34668cee8ac371c98657beffcff579b8",
|
||||
"/css/app.css": "/css/app.css?id=883a2d68194f1a6064f55eaedb17e768",
|
||||
"/css/app.css": "/css/app.css?id=05445eb8fb6f79c539507896e268aa91",
|
||||
"/fonts/vendor/bootstrap-icons/bootstrap-icons.woff2?92ea18a81d737146ff044ddb52010366": "/fonts/vendor/bootstrap-icons/bootstrap-icons.woff2?92ea18a81d737146ff044ddb52010366?id=9ad5aa740d7d5e6a0191b309b9b1986c",
|
||||
"/fonts/vendor/bootstrap-icons/bootstrap-icons.woff?1295669cd4e305c97f2cfc16d56614b8": "/fonts/vendor/bootstrap-icons/bootstrap-icons.woff?1295669cd4e305c97f2cfc16d56614b8?id=d1af9af6052c51b169be6c628ae99bb5",
|
||||
"/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot?23f19bb08961f37aaf692ff943823453": "/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot?23f19bb08961f37aaf692ff943823453?id=0868992b7c56298026b76b22c534eab9",
|
||||
|
||||
@ -6,7 +6,7 @@ .speedButtonNavBar{
|
||||
.speedButtonNavBar img{
|
||||
display: block;
|
||||
margin: 0 auto 5px auto;
|
||||
max-width: 64px;
|
||||
max-width: 50px;
|
||||
}
|
||||
.speedButtonNavBar ul{
|
||||
margin-bottom: 1px;
|
||||
@ -20,7 +20,7 @@ .speedButtonNavBar ul::after {
|
||||
}
|
||||
.speedButtonNavBar ul li{
|
||||
text-align: center;
|
||||
width: 100px;
|
||||
width: 80px;
|
||||
height: 105px;
|
||||
padding-top: 10px;
|
||||
float: left;
|
||||
|
||||
@ -114,6 +114,7 @@
|
||||
//'link'=>route('order.newOrderShow'),
|
||||
'roles'=>['root','developer','admin']
|
||||
],
|
||||
|
||||
'priceListProcessor' => [
|
||||
'name' => 'priceListProcessor',
|
||||
'DisplayName' => 'Árlista feldolgozó',
|
||||
@ -134,8 +135,10 @@
|
||||
['DisplayName' => 'Beszállítói felülbírálások', 'link' => '/admin/delivery-calendar-overrides'],
|
||||
['DisplayName' => 'Profitcenter ütemezés', 'link' => '/admin/profit-center-supplier-schedules'],
|
||||
['DisplayName' => 'Munkanaptárak', 'link' => '/admin/work-calendars'],
|
||||
['DisplayName' => 'Naptár teszt', 'link' => '/admin/calendar-test']
|
||||
],
|
||||
],
|
||||
/*
|
||||
'calendarTest' => [
|
||||
'name' => 'calendarTest',
|
||||
'DisplayName' => 'Naptár Teszt',
|
||||
@ -152,16 +155,15 @@
|
||||
'link' => route('legacy.test.form'),
|
||||
'roles' => ['root', 'developer'],
|
||||
],
|
||||
/*
|
||||
*/
|
||||
/* 'systemSetup'=>[
|
||||
'systemSetup'=>[
|
||||
'name'=>'systemParameters',
|
||||
'DisplayName'=>'Beállítások',
|
||||
'icon'=>'setup',
|
||||
'link'=>route('admin.systemParameters.index'),
|
||||
//'link'=>route('order.newOrderShow'),
|
||||
'roles'=>['root','developer','admin']
|
||||
],*/
|
||||
],
|
||||
*/
|
||||
|
||||
];
|
||||
$Modules=json_decode(json_encode($Modules));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user