diff --git a/ui/src/config/section/image.js b/ui/src/config/section/image.js index 0b4ee5f7424..937ff9add34 100644 --- a/ui/src/config/section/image.js +++ b/ui/src/config/section/image.js @@ -25,8 +25,8 @@ export default { title: 'Templates', icon: 'save', permission: [ 'listTemplates' ], - resourceType: 'Template', params: { 'templatefilter': 'executable' }, + resourceType: 'Template', columns: ['name', 'ostypename', 'status', 'hypervisor', 'account', 'domain'], details: ['name', 'id', 'displaytext', 'checksum', 'hypervisor', 'format', 'ostypename', 'size', 'isready', 'passwordenabled', 'directdownload', 'isextractable', 'isdynamicallyscalable', 'ispublic', 'isfeatured', 'crosszones', 'type', 'account', 'domain', 'created'], tabs: [{ @@ -98,6 +98,7 @@ export default { title: 'ISOs', icon: 'usb', permission: [ 'listIsos' ], + params: { 'isofilter': 'executable' }, resourceType: 'ISO', columns: ['name', 'ostypename', 'account', 'domain'], details: ['name', 'id', 'displaytext', 'checksum', 'ostypename', 'size', 'bootable', 'isready', 'directdownload', 'isextractable', 'ispublic', 'isfeatured', 'crosszones', 'account', 'domain', 'created'], diff --git a/ui/src/views/network/VpnDetails.vue b/ui/src/views/network/VpnDetails.vue index d0c6213ed1d..a0b23adb93a 100644 --- a/ui/src/views/network/VpnDetails.vue +++ b/ui/src/views/network/VpnDetails.vue @@ -17,7 +17,7 @@