1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

F #5516: Add backup-tab.yaml (#2330)

This commit is contained in:
Frederick Borges 2022-10-31 11:31:48 +01:00 committed by GitHub
parent 0c75c6db21
commit 524433a751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 68 additions and 0 deletions

View File

@ -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

View File

@ -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