diff --git a/res/app/menu/menu.jade b/res/app/menu/menu.jade index 677193cb..02d32a2e 100644 --- a/res/app/menu/menu.jade +++ b/res/app/menu/menu.jade @@ -26,6 +26,28 @@ a badge-icon(type='warning', message='There was an error') + //button.btn.btn-sm.btn-primary-outline(type='button', dropdown-toggle) + i.fa.fa-columns + span(ng-bind='"Customize"|translate') + + //ul.dropdown-menu(role='menu').pointer.stf-device-details-customize + + //li.dropdown.notifications.hidden-xs(dropdown, style='z-index: 11000;') + a(href='#', dropdown-toggle) + span.se7en-flag + .sr-only Notifications + p.counter 4 + ul.dropdown-menu(role='menu') + li + a(href='') + .notifications.label.label-info New + p New device added: Nexus 6 + li + a(href='#') + .notifications.label.label-info Bug fix + p Devices now don't turn off + + li(ng-show='!$root.basicMode') a(ng-href='/#!/help', accesskey='6') i.fa.fa-question-circle.fa-fw diff --git a/res/app/views/index.jade b/res/app/views/index.jade index 89559f8d..33ba7db9 100644 --- a/res/app/views/index.jade +++ b/res/app/views/index.jade @@ -21,6 +21,14 @@ html(ng-app='app') pane-handle='') div(ng-include='"menu.jade"') + //.pane-alert(fa-pane, pane-id='toptop', pane-anchor='north', pane-size='100px', ng-show='true') + .row + .col-md-12 + .widget-container.fluid-height + .widget-content.padded + div(style='text-align: center; color: #007aff;') + i.fa.fa-newspaper-o.fa-3x + h4(ng-bind='"ただいま、システムメンテナンス中です。"') .pane-center(fa-pane, pane-id='main', pane-anchor='center').fill-height socket-state div(growl) diff --git a/res/web_modules/angular-growl/index.js b/res/web_modules/angular-growl/index.js index e4ad176b..612fc1a4 100644 --- a/res/web_modules/angular-growl/index.js +++ b/res/web_modules/angular-growl/index.js @@ -1,3 +1,7 @@ require('angular-growl-v2/build/angular-growl.js') // Using custom CSS //require('angular-growl-v2/build/angular-growl.min.css') + +module.exports = { + name: 'angular-growl' +}