File tree Expand file tree Collapse file tree
js/app/settings/application Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,8 +89,7 @@ <h5>Transports</h5>
8989 data-ng-click ="configureTransport(transport) "
9090 data-ng-class ="{'text-white':KONGA_CONFIG.default_transport == transport.name} "
9191 >
92- < i class ="material-icons "> settings</ i >
93- configure
92+ < i class ="mdi mdi-settings "> </ i >
9493 </ button >
9594 </ div >
9695 < div class ="clearfix "> </ div >
149148 < div class ="col-md-12 ">
150149 < h6 > {{context.toUpperCase()}}</ h6 >
151150 < div class ="well ">
152- < label class ="checkbox-inline margin-bottom margin- right " data-ng-repeat ="(key,value) in permissions ">
151+ < label class ="checkbox-inline margin-right " data-ng-repeat ="(key,value) in permissions ">
153152 < input type ="checkbox " ng-change ="updateKongaSettings() " ng-model ="KONGA_CONFIG.user_permissions[context][key] ">
154153 {{key}}
155154 </ label >
Original file line number Diff line number Diff line change 1616}
1717.btn-sm .mdi ::before {
1818 font-size : 18px ;
19- vertical-align : sub ;
19+ vertical-align : initial ;
2020}
2121.dropdown-menu .mdi {
2222 width : 18px ;
You can’t perform that action at this time.
0 commit comments