File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/resources/static Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11aqtApp . config ( [ 'growlProvider' , function ( growlProvider ) {
22 growlProvider . globalTimeToLive ( 3000 ) ;
3+ growlProvider . globalDisableCloseButton ( true ) ;
34 growlProvider . globalPosition ( 'top-center' ) ;
45} ] ) ;
Original file line number Diff line number Diff line change 1717 < ul class ="nav navbar-nav ">
1818 </ ul >
1919 < ul class ="nav navbar-right ">
20- < a class ="navbar-brand " href ="#/adminConfig " ng-show ="disableBtnAdmin() "> Configurações</ a >
21- < a class ="navbar-brand " href ="#/aqtAdmin " ng-show ="disableBtnAdmin() " ng-click ="logoutAdmin() "> Sair</ a >
20+ < a class ="navbar-brand " href ="#/adminConfig " ng-show ="disableBtnAdmin() "> < i class =" fa fa-sliders " aria-hidden =" true " > Configurações</ i > </ a >
21+ < a class ="navbar-brand " href ="#/aqtAdmin " ng-show ="disableBtnAdmin() " ng-click ="logoutAdmin() "> < i class =" fa fa-sign-in " aria-hidden =" true " > Sair</ i > </ a >
2222 </ ul >
2323 < ul class ="nav navbar-right ">
2424 < li class ="active "> < a > < i class ="aqt-position-loading " id ="loading-bar-container "> </ i > </ a > </ li >
You can’t perform that action at this time.
0 commit comments