"Fossies" - the Fresh Open Source Software Archive 
Member "horizon-16.0.0/openstack_dashboard/dashboards/admin/metadata_defs/constants.py" (16 Oct 2019, 1511 Bytes) of package /linux/misc/openstack/horizon-16.0.0.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Python source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 # (c) Copyright 2014 Hewlett-Packard Development Company, L.P.
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); you may
4 # not use this file except in compliance with the License. You may obtain
5 # a copy of the License at
6 #
7 # http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12 # License for the specific language governing permissions and limitations
13 # under the License.
14
15 METADATA_CREATE_TEMPLATE = 'admin/metadata_defs/create.html'
16 METADATA_CREATE_URL = "horizon:admin:metadata_defs:create"
17 METADATA_UPDATE_TEMPLATE = 'admin/metadata_defs/update.html'
18 METADATA_UPDATE_URL = "horizon:admin:metadata_defs:update"
19 METADATA_DETAIL_OVERVIEW_TEMPLATE = "admin/metadata_defs/_detail_overview.html"
20 METADATA_DETAIL_CONTENTS_TEMPLATE = "admin/metadata_defs/_detail_contents.html"
21 METADATA_DETAIL_TEMPLATE = 'horizon/common/_detail.html'
22 METADATA_DETAIL_URL = "horizon:admin:metadata_defs:detail"
23 METADATA_INDEX_TEMPLATE = 'horizon/common/_data_table_view.html'
24 METADATA_INDEX_URL = 'horizon:admin:metadata_defs:index'
25 METADATA_MANAGE_RESOURCES_TEMPLATE = 'admin/metadata_defs/resource_types.html'
26 METADATA_MANAGE_RESOURCES_URL = 'horizon:admin:metadata_defs:resource_types'
27
28 METADEFS_PROTECTED_PROPS = ['created_at', 'updated_at', 'owner', 'schema']