add rbac + db-create script
This commit is contained in:
@@ -83,16 +83,6 @@
|
||||
Plugin: 'dropdown',
|
||||
Level: 'dropdown',
|
||||
User: 'dropdown'
|
||||
},
|
||||
checkboxFilter:{
|
||||
column:'Level_ID',
|
||||
rules:[
|
||||
{ label:'Erfolgreich', test:v => parseInt(v) === 0 },
|
||||
{ label:'Information', test:v => parseInt(v) === 1 },
|
||||
{ label:'Warnung', test:v => parseInt(v) === 2 },
|
||||
{ label:'Fehler', test:v => parseInt(v) === 4 },
|
||||
{ label:'Absturz', test:v => parseInt(v) === 8 },
|
||||
]
|
||||
}
|
||||
},
|
||||
customRender: (row, tr) => {
|
||||
|
||||
Reference in New Issue
Block a user