[Yahoo-eng-team] [Bug 1432883] [NEW] [Launch Instance Fix] source step - finalize dynamic table column headers and data

2015-03-16 Thread Brian Tully
Public bug reported: The source step of the Launch Instance Wizard contains a transfer table which is dynamic in nature. The table's column headers and data change based on the boot source that is selected. However the current version of the code does not account for the fact that the column

[Yahoo-eng-team] [Bug 1432897] [NEW] [Launch Instance Fix] source step - fix donut chart dynamic update - limit instance count

2015-03-16 Thread Brian Tully
Public bug reported: In the current version of the Launch Instance Wizard Source Step, the instance count field is not correctly limited based on current instance usage and nova limits (maxTotalInstances). There is a bug whereby the user can enter an instance count of more than what is available,

[Yahoo-eng-team] [Bug 1433688] [NEW] [Launch Instance Fix] Detail table in security group details - improve styling

2015-03-18 Thread Brian Tully
striping from the security group details table, and add padding so that it more closely matches the mockups. ** Affects: horizon Importance: Undecided Assignee: Brian Tully (brian-tully) Status: In Progress ** Description changed: In the Access and Security step of the new

[Yahoo-eng-team] [Bug 1433669] [NEW] [Launch Instance Fix] source step - fix donut chart label color

2015-03-18 Thread Brian Tully
Public bug reported: On the source step of the new Launch Instance Wizard, the label for the donut chart does not match the color in the mockups. The current code uses the color attribute to set the label color, but it actually should be the fill attribute, as that is what is used by SVG to

[Yahoo-eng-team] [Bug 1433696] [NEW] [Launch Instance Fix] Key pairs detail table - improve styling

2015-03-18 Thread Brian Tully
Public bug reported: In the Access and Security step of the new Launch Instance Wizard, there is a detail table that shows when expanding the key pairs. Currently the key pair public key is displayed within a textarea with a white background. We should remove the textarea and just output the

[Yahoo-eng-team] [Bug 1434669] [NEW] [Launch Instance Fix] add subtitle text for source step

2015-03-20 Thread Brian Tully
Public bug reported: On the source step in the Launch Instance Wizard there is no subtitle text under Instance Details and Instance Source, while there is subtitle text for other steps. We should get the content from the appropriate parties and add the subtitle text. ** Affects: horizon

[Yahoo-eng-team] [Bug 1434613] [NEW] [Launch Instance Fix] improve step subtitle styling

2015-03-20 Thread Brian Tully
Public bug reported: In the Launch Instance Wizard, each step contains a section title and subtitle. The title is absolutely positioned and doesn't scroll with the content. It has a set height and a bottom border. The subtitle appears below the title and horizontal rule, however there is not

[Yahoo-eng-team] [Bug 1434686] [NEW] [Launch Instance Fix] add help text to Source step

2015-03-20 Thread Brian Tully
: Brian Tully (brian-tully) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1434686 Title: [Launch Instance Fix] add help text to Source step

[Yahoo-eng-team] [Bug 1434733] [NEW] [Launch Instance Fix] Instance Source section needs better vertical alignment of fields

2015-03-20 Thread Brian Tully
Public bug reported: In the Launch Instance Wizard source step, under the Instance Source section there are dynamic fields displayed for when image is selected and when create volume is checked. The fields' vertical alignment doesn't exactly match up, the checkbox and labels done align perfectly,

[Yahoo-eng-team] [Bug 1431428] [NEW] extra semicolon in _variables.scss breaks some css

2015-03-12 Thread Brian Tully
; Note there should not be a semicolon before the !default; ** Affects: horizon Importance: Undecided Assignee: Brian Tully (brian-tully) Status: In Progress ** Tags: css horizon scss ** Changed in: horizon Assignee: (unassigned) = Brian Tully (brian-tully) ** Changed

[Yahoo-eng-team] [Bug 1433801] [NEW] [Launch Instance Fix] Add Filter placeholder text to the transfer table search bar

2015-03-18 Thread Brian Tully
Public bug reported: The search bar within the transfer tables of the Launch Instance Wizard could be improved by adding placeholder text to inform users that they can use this widget to filter available items. We should update the table widget to accommodate the placeholder attribute and then

[Yahoo-eng-team] [Bug 1433790] [NEW] [Launch Instance Fix] Access Security table columns are not sortable

2015-03-18 Thread Brian Tully
Public bug reported: In the Access and Security step of the new Launch Instance Wizard, there is a transfer table for both security groups and key pairs. However the available tables are not sortable by columns as they are on other steps. We should add sorting to be consistent. ** Affects:

[Yahoo-eng-team] [Bug 1437535] [NEW] [Launch Instance Fix] Warn user if boot volume AZ differs from instance AZ

2015-03-27 Thread Brian Tully
a warning icon and tooltip next to the volume's availabity zone name within the transfer table, and the tooltip would show the help text when hovering over the warning icon. ** Affects: horizon Importance: Undecided Assignee: Brian Tully (brian-tully) Status: New ** Changed in: horizon

[Yahoo-eng-team] [Bug 1462020] [NEW] For non Cloud Admin user, Quota and Usage table actions should not be displayed (Keystone v3 Domains)

2015-06-04 Thread Brian Tully
: Undecided Assignee: Brian Tully (brian-tully) Status: In Progress ** Changed in: horizon Assignee: (unassigned) = Brian Tully (brian-tully) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard

[Yahoo-eng-team] [Bug 1478652] [NEW] 500 error template does not support custom theme

2015-07-27 Thread Brian Tully
Public bug reported: The current template for a 500 error does not support a custom theme/logo. It also contains hardcoded/inline CSS styles and a non- standard page layout that resembles a broken modal. Ideally this template should get rewritten to inherit from base.html and be structured like