@ -6,6 +6,73 @@
< / div >
< / div >
< div class = "row" >
< div class = "col-sm-3" >
< a ng-if = "modFunctions.no_module.length" ng-class = "{active:'no_module'==tabModuleName}" ng-click = "moduleTab('no_module')" role = "button" class = "list-group-item" > Functions With No Modules< / a >
< a role = "button" class = "list-group-item" ng-class = "{active:mod.module_name==tabModuleName}" ng-click = "moduleTab(mod.module_name)" ng-repeat = "mod in modFunctions.modules" ng-bind = "mod.module_name+' - '+mod.remark" > < / a >
< / div >
< div class = "col-sm-9" >
< table class = "table table-hover" >
< tbody ng-if = "'no_module'==tabModuleName" >
< tr ng-repeat = "func in modFunctions.no_module" >
< th ng-bind = "func.func_id+(func.remark?'('+func.remark+')':'')" title = "{{func.remark}}" > < / th >
<!-- <td ng - bind="func.uri+'['+func.req_methods+']'" title="{{func.remark}}"></td> -->
<!-- <td ng - bind="func.name"></td> -->
< td >
< i class = "fa fa-user-secret" title = "Administrator" ng-class = "{'text-green':func.admin,'text-gray':!func.admin}" > < / i >
< i class = "fa fa-eye" title = "Compliance" ng-class = "{'text-green':func.operator,'text-gray':!func.operator}" > < / i >
< i class = "fa fa-crosshairs" title = "BD User" ng-class = "{'text-green':func.bd,'text-gray':!func.bd}" > < / i >
< i class = "fa fa-balance-scale" title = "Accountant" ng-class = "{'text-green':func.finacial,'text-gray':!func.finacial}" > < / i >
< i class = "fa fa-tty" title = "Service" ng-class = "{'text-green':func.sevant,'text-gray':!func.servant}" > < / i >
<!-- <i class="fa fa - university" title="Account Manager" ng - class="{'text - green':func.accountmanager,'text - gray':!func.accountmanager}"></i> -->
< i class = "fa fa-line-chart" title = "Director" ng-class = "{'text-green':func.director,'text-gray':!func.director}" > < / i >
< i class = "fa fa-map-o" title = "Markting" ng-class = "{'text-green':func.sitemanager,'text-gray':!func.sitemanager}" > < / i >
< i class = "fa fa-code" title = "Developer" ng-class = "{'text-green':func.developer,'text-gray':!func.developer}" > < / i >
< i class = "fa fa-male" title = "BD Leader" ng-class = "{'text-green':func.bdleader,'text-gray':!func.bdleader}" > < / i >
< i class = "fa fa-user" title = "Risk Manager" ng-class = "{'text-green':func.riskmanager,'text-gray':!func.riskmanager}" > < / i >
< i class = "fa fa-tripadvisor" title = "GUEST" ng-class = "{'text-green':func.guest,'text-gray':!func.guest}" > < / i >
<!-- <i class="fa fa - user - plus" title="Org Manager" ng - class="{'text - green':func.orgmanager,'text - gray':!func.orgmanager}"></i> -->
< i class = "fa fa-ticket" title = "Sales Manager" ng-class = "{'text-green':func.salesmanager,'text-gray':!func.salesmanager}" > < / i >
<!-- <i class="fa fa - save" title="Data Content" ng - class="{'text - green':func.datacontent,'text - gray':!func.datacontent}"></i> -->
< / td >
< td >
< a role = "button" ng-click = "moveFunction(func)" title = "Move" > < i class = "fa fa-arrows" > < / i > < / a >
< a role = "button" ng-click = "editFunctionInfo(func)" title = "Edit" > < i class = "fa fa-edit" > < / i > < / a >
< / td >
< / tr >
< / tbody >
< tbody ng-repeat = "mod in modFunctions.modules | filter:filterModFunctions" ng-if = "'no_module'!=tabModuleName" >
< tr ng-repeat = "func in mod.funcs" >
< th ng-bind = "func.func_id+(func.remark?'('+func.remark+')':'')" title = "{{func.remark}}" > < / th >
<!-- <td ng - bind="func.uri+'['+func.req_methods+']'" title="{{func.remark}}"></td> -->
<!-- <td ng - bind="func.name"></td> -->
< td >
< i class = "fa fa-user-secret" title = "Administrator" ng-class = "{'text-green':func.admin,'text-gray':!func.admin}" > < / i >
< i class = "fa fa-eye" title = "Compliance" ng-class = "{'text-green':func.operator,'text-gray':!func.operator}" > < / i >
< i class = "fa fa-crosshairs" title = "BD User" ng-class = "{'text-green':func.bd,'text-gray':!func.bd}" > < / i >
< i class = "fa fa-balance-scale" title = "Accountant" ng-class = "{'text-green':func.finacial,'text-gray':!func.finacial}" > < / i >
< i class = "fa fa-tty" title = "Service" ng-class = "{'text-green':func.sevant,'text-gray':!func.servant}" > < / i >
<!-- <i class="fa fa - university" title="Account Manager" ng - class="{'text - green':func.accountmanager,'text - gray':!func.accountmanager}"></i> -->
< i class = "fa fa-line-chart" title = "Director" ng-class = "{'text-green':func.director,'text-gray':!func.director}" > < / i >
< i class = "fa fa-map-o" title = "Markting" ng-class = "{'text-green':func.sitemanager,'text-gray':!func.sitemanager}" > < / i >
< i class = "fa fa-code" title = "Developer" ng-class = "{'text-green':func.developer,'text-gray':!func.developer}" > < / i >
< i class = "fa fa-male" title = "BD Leader" ng-class = "{'text-green':func.bdleader,'text-gray':!func.bdleader}" > < / i >
< i class = "fa fa-user" title = "Risk Manager" ng-class = "{'text-green':func.riskmanager,'text-gray':!func.riskmanager}" > < / i >
< i class = "fa fa-tripadvisor" title = "GUEST" ng-class = "{'text-green':func.guest,'text-gray':!func.guest}" > < / i >
<!-- <i class="fa fa - user - plus" title="Org Manager" ng - class="{'text - green':func.orgmanager,'text - gray':!func.orgmanager}"></i> -->
< i class = "fa fa-ticket" title = "Sales Manager" ng-class = "{'text-green':func.salesmanager,'text-gray':!func.salesmanager}" > < / i >
<!-- <i class="fa fa - save" title="Data Content" ng - class="{'text - green':func.datacontent,'text - gray':!func.datacontent}"></i> -->
< / td >
< td >
< a role = "button" ng-click = "moveFunction(func)" title = "Move" > < i class = "fa fa-arrows" > < / i > < / a >
< a role = "button" ng-click = "editFunctionInfo(func)" title = "Edit" > < i class = "fa fa-edit" > < / i > < / a >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
< / div >
<!--
< div class = "panel panel-warning" ng-if = "modFunctions.no_module.length" >
< div class = "panel-heading" > Functions With No Modules< / div >
< div class = "panel-body table-responsive" >
@ -21,16 +88,16 @@
< i class = "fa fa-crosshairs" title = "BD User" ng-class = "{'text-green':func.bd,'text-gray':!func.bd}" > < / i >
< i class = "fa fa-balance-scale" title = "Accountant" ng-class = "{'text-green':func.finacial,'text-gray':!func.finacial}" > < / i >
< i class = "fa fa-tty" title = "Service" ng-class = "{'text-green':func.sevant,'text-gray':!func.servant}" > < / i >
<!-- <i class="fa fa - university" title="Account Manager" ng - class="{'text - green':func.accountmanager,'text - gray':!func.accountmanager}"></i> -->
< !– < i class = "fa fa-university" title = "Account Manager" ng-class = "{'text-green':func.accountmanager,'text-gray':!func.accountmanager}" > < / i > – >
< i class = "fa fa-line-chart" title = "Director" ng-class = "{'text-green':func.director,'text-gray':!func.director}" > < / i >
< i class = "fa fa-map-o" title = "Markting" ng-class = "{'text-green':func.sitemanager,'text-gray':!func.sitemanager}" > < / i >
< i class = "fa fa-code" title = "Developer" ng-class = "{'text-green':func.developer,'text-gray':!func.developer}" > < / i >
< i class = "fa fa-male" title = "BD Leader" ng-class = "{'text-green':func.bdleader,'text-gray':!func.bdleader}" > < / i >
< i class = "fa fa-user" title = "Risk Manager" ng-class = "{'text-green':func.riskmanager,'text-gray':!func.riskmanager}" > < / i >
< i class = "fa fa-tripadvisor" title = "GUEST" ng-class = "{'text-green':func.guest,'text-gray':!func.guest}" > < / i >
<!-- <i class="fa fa - user - plus" title="Org Manager" ng - class="{'text - green':func.orgmanager,'text - gray':!func.orgmanager}"></i> -->
< !– < i class = "fa fa-user-plus" title = "Org Manager" ng-class = "{'text-green':func.orgmanager,'text-gray':!func.orgmanager}" > < / i > – >
< i class = "fa fa-ticket" title = "Sales Manager" ng-class = "{'text-green':func.salesmanager,'text-gray':!func.salesmanager}" > < / i >
<!-- <i class="fa fa - save" title="Data Content" ng - class="{'text - green':func.datacontent,'text - gray':!func.datacontent}"></i> -->
< !– < i class = "fa fa-save" title = "Data Content" ng-class = "{'text-green':func.datacontent,'text-gray':!func.datacontent}" > < / i > – >
< / td >
< td >
< a role = "button" ng-click = "moveFunction(func)" title = "Move" > < i class = "fa fa-arrows" > < / i > < / a >
@ -55,16 +122,16 @@
< i class = "fa fa-crosshairs" title = "BD User" ng-class = "{'text-green':func.bd,'text-gray':!func.bd}" > < / i >
< i class = "fa fa-balance-scale" title = "Accountant" ng-class = "{'text-green':func.finacial,'text-gray':!func.finacial}" > < / i >
< i class = "fa fa-tty" title = "Service" ng-class = "{'text-green':func.sevant,'text-gray':!func.servant}" > < / i >
<!-- <i class="fa fa - university" title="Account Manager" ng - class="{'text - green':func.accountmanager,'text - gray':!func.accountmanager}"></i> -->
< !– < i class = "fa fa-university" title = "Account Manager" ng-class = "{'text-green':func.accountmanager,'text-gray':!func.accountmanager}" > < / i > – >
< i class = "fa fa-line-chart" title = "Director" ng-class = "{'text-green':func.director,'text-gray':!func.director}" > < / i >
< i class = "fa fa-map-o" title = "Markting" ng-class = "{'text-green':func.sitemanager,'text-gray':!func.sitemanager}" > < / i >
< i class = "fa fa-code" title = "Developer" ng-class = "{'text-green':func.developer,'text-gray':!func.developer}" > < / i >
< i class = "fa fa-male" title = "BD Leader" ng-class = "{'text-green':func.bdleader,'text-gray':!func.bdleader}" > < / i >
< i class = "fa fa-user" title = "Risk Manager" ng-class = "{'text-green':func.riskmanager,'text-gray':!func.riskmanager}" > < / i >
< i class = "fa fa-tripadvisor" title = "GUEST" ng-class = "{'text-green':func.guest,'text-gray':!func.guest}" > < / i >
<!-- <i class="fa fa - user - plus" title="Org Manager" ng - class="{'text - green':func.orgmanager,'text - gray':!func.orgmanager}"></i> -->
< !– < i class = "fa fa-user-plus" title = "Org Manager" ng-class = "{'text-green':func.orgmanager,'text-gray':!func.orgmanager}" > < / i > – >
< i class = "fa fa-ticket" title = "Sales Manager" ng-class = "{'text-green':func.salesmanager,'text-gray':!func.salesmanager}" > < / i >
<!-- <i class="fa fa - save" title="Data Content" ng - class="{'text - green':func.datacontent,'text - gray':!func.datacontent}"></i> -->
< !– < i class = "fa fa-save" title = "Data Content" ng-class = "{'text-green':func.datacontent,'text-gray':!func.datacontent}" > < / i > – >
< / td >
< td >
< a role = "button" ng-click = "moveFunction(func)" title = "Move" > < i class = "fa fa-arrows" > < / i > < / a >
@ -74,4 +141,4 @@
< / tbody >
< / table >
< / uib-accordion-group >
< / uib-accordion >
< / uib-accordion > -->