Skip to content
This repository was archived by the owner on Jan 20, 2021. It is now read-only.

Commit d9e5e65

Browse files
committed
config: don't show redudant isrouting when templatetype is show to admin
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent d3d7a6c commit d9e5e65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/section/image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default {
102102
args: (record, store) => {
103103
var fields = ['name', 'displaytext', 'passwordenabled', 'ostypeid', 'isdynamicallyscalable']
104104
if (['Admin'].includes(store.userInfo.roletype)) {
105-
fields.push('isrouting', 'templatetype')
105+
fields.push('templatetype')
106106
}
107107
return fields
108108
},

0 commit comments

Comments
 (0)