Commit Graph

13 Commits

Author SHA1 Message Date
Akihiro Motoki eac3e7032a Drop Heat related code from horizon
Orchestration tab in the admin info panel needs a discussion.
It seems not to be covered by heat-dashboard yet.

blueprint heat-dashboard-split-out

Change-Id: I56e6edb1f2ac72e2f42d0e9f3291308e67f24cad
2017-12-05 07:38:55 +00:00
eric d69fe09bc7 Correcting heat resource drill down
Previous commit broken heat resource drill down:
f38ddf2032 (diff-15e3003726d7b90816528ee8248b000f)

This patch fixes the ID attribute, correctly specifies the template,
alters the page to match other detail page styles, and adds a UT to
prevent regression.

Change-Id: Ie3f76d6666f4e3154fbcb5808c8f8b841e650a02
Co-Authored-By: Rob Cresswell <robert.cresswell@outlook.com>
Closes-bug: #1531341
2016-01-07 14:42:29 -07:00
Aaron Sahlin 4395851050 Fixed display issues on Details Page caused by bootstrap 3 update
Per UX suggestion applied Bootstrap 'dl-horizontal' styling plus
added css to left justify the labels on the details page.  Also
addeds col-sm-12 div inside all row divs in detail views, to achieve
proper bootstrap grid usage.

Closes-bug: #1349602
Change-Id: I337150c7a8c90cc838fac8cb89a552a0566789e3
2015-01-05 20:34:44 +00:00
Kahou Lei 520c29cdf0 place the word "Info" with "Information"
Update necessary html files.
Test it on GUI and unit tests passed

Change-Id: Ic1d66a68c9de45c52884109e360917c1eefbfac8
Closes-Bug: 1394315
2014-11-21 00:12:48 +00:00
Gloria Gu 1b4b38aef2 fixed errors when run_tests.sh --makemessages
The change Ibf2036d5bbc4c478fcb912f6335104356e8f1317 causes
run_tests.sh --makemessages failure. Make the errors go way.

Closes-Bug: #1379054
Change-Id: I66b68099561bdd451321c7c31391f30827121e7c
2014-10-09 09:12:42 -07:00
Akihiro Motoki 637b3d59b9 Revert file permissions changed unexpectedly
commit a1e770dc10 changed the file
permissions from 644 to 755, but it is completely unnecessary
as they are template files.

Change-Id: Iab872ec9c56d204b3cccc63ec8852b210b8efcdf
2014-10-09 03:43:18 +09:00
Aaron Sahlin a1e770dc10 Add ':' inside translatable (Part 2 of 2)
Punctuation needs to be included in translation since punctuation differs
depending on the language.  Along with moving ':' also replaced &nbsp; with
blank space insde trans or transblock tag.The initial review grew too large,
so this patch has been broken into 2 reviews.  Part 2 will cover the files in
openstack_dashboard/dashboard/project while Part 1 coverered the rest.

Change-Id: Ibf2036d5bbc4c478fcb912f6335104356e8f1317
Partially-Closes-Bug: #1369445
2014-10-07 15:34:22 +00:00
Miguel Grinberg e8f5dc442c show correct link to compute instances in stack resource overview tab
There are two related fixes in the stacks resource overview page.
First, any resource types for which horizon does not have a link for
were getting a URL of "None" in the uuid field, and with this
change the link is suppressed if it is None. The second part involves
adding compute resources to the resource mappings, so that the uuid
field for those links to the instance detail page.

Change-Id: Ib8d51b49ac51092a3d7db6d889f4427167e5adb0
Closes-Bug: 1322162
2014-08-21 23:12:21 +00:00
Jiri Tomasek 92146772b6 Update Twitter Bootstrap to version 3
Updated to bootstrap 3.2.0
back to v3.1.1
fix base-line-height variable
Revamped grid system
Replaced help-inline with help-block
Change .control-group to .form-group
Add column widths to horizontal form labels and .controls, remove .controls class
Datepicker form fix
Add btn-default to btn elements with no other color
Topbar switcher fix
Rename button sizes
Replace alert-error with alert-danger
Removed alert-block
Alerts fixing
Updated LinkAction and Action table actions to define icon, replaced btn-default icon with glyphicon
Replaced icons with glyphicons, removed btn-icon styling from horizon.scss
change Button Icons text in customizing docs
Fixed table header
Fix page_header h2 margin
Nav accordion fix
Tables fix
Modal fixes
added form-control class to input and selects
Forms fixes
Workflow modal fix
Fix quota bar
updated customizing docs
removed unused styling from horizon.scss
make datepicker form inline
fix table filter styling
added btn-danger to terminate instances button
fixed loading spinner
form fields and validations
Created bootstrap_form_field filter and template to render bootstrap forms properly
Style up the datepicker
Fixed failing test cases

Implements: blueprint bootstrap-update

Change-Id: Ic826849be1af7fc6bf06f97dd7a60fc54b862148
2014-07-28 16:13:21 +02:00
Julie Pichon ff7049432b Handle "null" time values for Stacks
The timesince filter expects a date or datetime object, and would fail
when receiving an empty string. Create a new filter that returns the
string value "Never" under these circumstances.

Change-Id: I73f4dbb608fc143c3ac60d753e9e222762579e51
Closes-Bug: #1286959
2014-03-26 12:00:53 +00:00
Jordan OMara 7a66585e53 Adding resource link to resource detail page in Heat view
Change-Id: I155d0eec5d46be5df1c7d9ea090de39e56fe6c7d
Implements: blueprint heat-stack-detail-resources-column
2014-03-06 17:25:45 -05:00
Steve Baker c208701f58 Rename heat logical_resource_id to resource_name
This attribute has been renamed in the heat API.

Fixes bug: 1216903

Change-Id: Ia29c0d1a7af8988cf69094bdfbdd7f439078dc7e
2013-08-27 14:13:56 +12:00
Steve Baker 1f71152b4b Implementation of a Heat stacks UI.
This change implements a UI to launch, manage and delete Heat stacks.

The launch screens are implemented with a set of chained forms where
the second form is dynamically built from the template in the first step.

A significant portion of this change was derived from
the work Dan Radez <dradez@redhat.com> did on thermal:
https://github.com/steveb/heat-horizon

UX flow revisions and basic test cases by Gabriel Hurley.

Implements blueprint: heat-ui

Change-Id: I294e93bed6da9dd3553e8b4a6a1c09b7c165a555
2013-07-03 03:48:31 -07:00