This website requires JavaScript.
Explore
Get Started
openstack
/
heat-dashboard
Code
Issues
Proposed changes
move files.
Browse Source
...
This commit is contained in:
Keiichi Hikita
2017-10-06 14:42:23 +09:00
parent
70988a5615
commit
ce9ca6e62b
55 changed files
with
0 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
0
heat_dashboard/dashboards/project/stacks/__init__.py → heat_dashboard/__init__.py
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/resource_types/__init__.py → heat_dashboard/content/__init__.py
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/template_versions/__init__.py → heat_dashboard/content/resource_types/__init__.py
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/resource_types/panel.py → heat_dashboard/content/resource_types/panel.py
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/resource_types/tables.py → heat_dashboard/content/resource_types/tables.py
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/resource_types/tabs.py → heat_dashboard/content/resource_types/tabs.py
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/resource_types/templates/stacks.resource_types/_details.html → heat_dashboard/content/resource_types/templates/stacks.resource_types/_details.html
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/resource_types/urls.py → heat_dashboard/content/resource_types/urls.py
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/resource_types/views.py → heat_dashboard/content/resource_types/views.py
Unescape
Escape
View File
0
heat_dashboard/test/api_tests/__init__.py → heat_dashboard/content/stacks/__init__.py
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/api.py → heat_dashboard/content/stacks/api.py
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/forms.py → heat_dashboard/content/stacks/forms.py
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/mappings.py → heat_dashboard/content/stacks/mappings.py
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/panel.py → heat_dashboard/content/stacks/panel.py
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/sro.py → heat_dashboard/content/stacks/sro.py
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/tables.py → heat_dashboard/content/stacks/tables.py
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/tabs.py → heat_dashboard/content/stacks/tabs.py
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/templates/stacks/_change_template.html → heat_dashboard/content/stacks/templates/stacks/_change_template.html
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/templates/stacks/_create.html → heat_dashboard/content/stacks/templates/stacks/_create.html
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/templates/stacks/_detail_events.html → heat_dashboard/content/stacks/templates/stacks/_detail_events.html
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/templates/stacks/_detail_overview.html → heat_dashboard/content/stacks/templates/stacks/_detail_overview.html
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/templates/stacks/_detail_resources.html → heat_dashboard/content/stacks/templates/stacks/_detail_resources.html
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/templates/stacks/_detail_topology.html → heat_dashboard/content/stacks/templates/stacks/_detail_topology.html
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/templates/stacks/_preview.html → heat_dashboard/content/stacks/templates/stacks/_preview.html
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/templates/stacks/_preview_details.html → heat_dashboard/content/stacks/templates/stacks/_preview_details.html
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/templates/stacks/_preview_template.html → heat_dashboard/content/stacks/templates/stacks/_preview_template.html
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/templates/stacks/_resource_info.html → heat_dashboard/content/stacks/templates/stacks/_resource_info.html
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/templates/stacks/_resource_overview.html → heat_dashboard/content/stacks/templates/stacks/_resource_overview.html
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/templates/stacks/_select_template.html → heat_dashboard/content/stacks/templates/stacks/_select_template.html
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/templates/stacks/_stack_info.html → heat_dashboard/content/stacks/templates/stacks/_stack_info.html
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/templates/stacks/_stack_template.html → heat_dashboard/content/stacks/templates/stacks/_stack_template.html
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/templates/stacks/_update.html → heat_dashboard/content/stacks/templates/stacks/_update.html
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/templates/stacks/change_template.html → heat_dashboard/content/stacks/templates/stacks/change_template.html
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/templates/stacks/create.html → heat_dashboard/content/stacks/templates/stacks/create.html
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/templates/stacks/preview.html → heat_dashboard/content/stacks/templates/stacks/preview.html
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/templates/stacks/preview_details.html → heat_dashboard/content/stacks/templates/stacks/preview_details.html
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/templates/stacks/preview_template.html → heat_dashboard/content/stacks/templates/stacks/preview_template.html
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/templates/stacks/select_template.html → heat_dashboard/content/stacks/templates/stacks/select_template.html
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/templates/stacks/update.html → heat_dashboard/content/stacks/templates/stacks/update.html
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/urls.py → heat_dashboard/content/stacks/urls.py
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/views.py → heat_dashboard/content/stacks/views.py
Unescape
Escape
View File
0
heat_dashboard/content/template_versions/__init__.py
Normal file
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/template_versions/panel.py → heat_dashboard/content/template_versions/panel.py
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/template_versions/tables.py → heat_dashboard/content/template_versions/tables.py
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/template_versions/tabs.py → heat_dashboard/content/template_versions/tabs.py
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/template_versions/templates/stacks.template_versions/_details.html → heat_dashboard/content/template_versions/templates/stacks.template_versions/_details.html
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/template_versions/templates/stacks.template_versions/index.html → heat_dashboard/content/template_versions/templates/stacks.template_versions/index.html
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/template_versions/urls.py → heat_dashboard/content/template_versions/urls.py
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/template_versions/views.py → heat_dashboard/content/template_versions/views.py
Unescape
Escape
View File
0
heat_dashboard/test/api_tests/heat_rest_tests.py → heat_dashboard/test/tests/api/heat_rest_tests.py
Unescape
Escape
View File
0
heat_dashboard/test/api_tests/heat_tests.py → heat_dashboard/test/tests/api/heat_tests.py
Unescape
Escape
View File
0
heat_dashboard/test/tests/content/__init__.py
Normal file
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/resource_types/tests.py → heat_dashboard/test/tests/content/test_resource_types.py
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/tests.py → heat_dashboard/test/tests/content/test_stacks.py
Unescape
Escape
View File
0
heat_dashboard/dashboards/project/stacks/template_versions/tests.py → heat_dashboard/test/tests/content/test_template_versions.py
Unescape
Escape
View File
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
openstack/heat-dashboard
Title
Body
Create Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block