heat-dashboard/openstack_dashboard/dashboards/project/stacks
Diana Whitten ba35724341 Horizon Forms should allow themable number spinners
Much like the themable selects and checkboxes, number spinners
should also be themable.

Standard number spinners are not very customizable.  We should use
existing buttons and fonts to add their functionality to allow a
richer experience if desired downstream.

An example of how to customize the spinner was placed in Material.
The example shows how to use flexbox to change layout type from
column to row, change icon order, and how to override the icons.

'autocomplete' needs to be false on this new element, otherwise
the browser will retain and load the last value without actually
triggering any JavaScript events by which we can key on and update
the state of the spinner buttons.

Change-Id: Ifd266cd515a903841e2d28e2f4731879116e3513
Closes-bug: #1598311
2017-06-28 15:50:27 -07:00
..
resource_types hacking: noqa cleanup in openstack_dashboard 2017-03-17 19:38:47 +00:00
template_versions hacking: noqa cleanup in openstack_dashboard 2017-03-17 19:38:47 +00:00
templates/stacks Delete instance,volume,etc confirmation is missing name or ID 2017-04-07 22:58:50 +00:00
__init__.py Implementation of a Heat stacks UI. 2013-07-03 03:48:31 -07:00
api.py Fixing heat stack status column 2014-03-05 14:12:29 -05:00
forms.py Handle log message interpolation by the logger 2017-03-31 20:59:16 +09:00
mappings.py Update the access_and_security url 2017-04-05 03:33:50 +00:00
panel.py Revert "Add policy rules to project panels" 2017-01-03 19:35:35 +00:00
sro.py hacking: noqa cleanup in openstack_dashboard 2017-03-17 19:38:47 +00:00
tables.py hacking: noqa cleanup in openstack_dashboard 2017-03-17 19:38:47 +00:00
tabs.py Handle log message interpolation by the logger 2017-03-31 20:59:16 +09:00
tests.py Horizon Forms should allow themable number spinners 2017-06-28 15:50:27 -07:00
urls.py Update URLs to Django 1.8+ style 2016-03-28 11:03:08 +01:00
views.py hacking: noqa cleanup in openstack_dashboard 2017-03-17 19:38:47 +00:00