diff --git a/ui/src/config/section/image.js b/ui/src/config/section/image.js index 1d9a15f519a..6f08b9e4bd4 100644 --- a/ui/src/config/section/image.js +++ b/ui/src/config/section/image.js @@ -102,7 +102,7 @@ export default { args: (record, store) => { var fields = ['name', 'displaytext', 'passwordenabled', 'ostypeid', 'isdynamicallyscalable'] if (['Admin'].includes(store.userInfo.roletype)) { - fields.push('isrouting', 'templatetype') + fields.push('templatetype') } return fields },