From 524433a75123420a6e892898c705101512a1bcb5 Mon Sep 17 00:00:00 2001 From: Frederick Borges Date: Mon, 31 Oct 2022 11:31:48 +0100 Subject: [PATCH] F #5516: Add backup-tab.yaml (#2330) --- .../etc/sunstone/admin/backup-tab.yaml | 64 +++++++++++++++++++ src/fireedge/etc/sunstone/admin/vm-tab.yaml | 4 ++ 2 files changed, 68 insertions(+) create mode 100644 src/fireedge/etc/sunstone/admin/backup-tab.yaml diff --git a/src/fireedge/etc/sunstone/admin/backup-tab.yaml b/src/fireedge/etc/sunstone/admin/backup-tab.yaml new file mode 100644 index 0000000000..32b36f7bf7 --- /dev/null +++ b/src/fireedge/etc/sunstone/admin/backup-tab.yaml @@ -0,0 +1,64 @@ +# -------------------------------------------------------------------------- # +# Copyright 2002-2022, OpenNebula Project, OpenNebula Systems # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + +--- +# This file describes the information and actions available in the IMAGE tab + +# Resource + +resource_name: "BACKUP" + +# Actions - Which buttons are visible to operate over the resources + +actions: + restore: true + chown: true + chgrp: true + delete: true + +# Filters - List of criteria to filter the resources + +filters: + label: true + state: true + +# Info Tabs - Which info tabs are used to show extended information + +info-tabs: + info: + enabled: true + information_panel: + enabled: true + actions: + rename: true + permissions_panel: + enabled: true + actions: + chmod: true + ownership_panel: + enabled: true + actions: + chown: true + chgrp: true + attributes_panel: + enabled: true + actions: + copy: true + add: true + edit: true + delete: true + vms: + enabled: true diff --git a/src/fireedge/etc/sunstone/admin/vm-tab.yaml b/src/fireedge/etc/sunstone/admin/vm-tab.yaml index 573371b6c7..d1c24d9322 100644 --- a/src/fireedge/etc/sunstone/admin/vm-tab.yaml +++ b/src/fireedge/etc/sunstone/admin/vm-tab.yaml @@ -72,6 +72,7 @@ filters: # Info Tabs - Which info tabs are used to show extended information info-tabs: + info: enabled: true information_panel: @@ -151,6 +152,9 @@ info-tabs: snapshot_revert: true snapshot_delete: true + backup: + enabled: true + history: enabled: true