horizon/openstack_dashboard/static
Bence Romsics 705c52bf1f Trunks panel: eliminate spinner at create/edit
Change how the UI reacts to neutron responding to API requests.

Without this change when the user clicks create or edit:
* we display a spinner
* wait for the neutron to respond
* then we open the modal.

With this change:
* we open the modal immediately and
* send the request(s) to neutron asynchronously.
* We display a 'please wait' message in place of the relevant (but not
  all) input forms (or transfer tables) of the workflow steps.
* When neutron responds to each request we replace the 'please wait'
  message with the pre-filled input forms.

The latter is better experience for the user because he or she can
progress with parts of the workflow until the rest is loaded.

Partially-Implements: blueprint neutron-trunk-ui
Change-Id: I9ac8f75a390424ad05cf51fa679ef9803124179c
2018-01-24 13:44:33 +01:00
..
app Trunks panel: eliminate spinner at create/edit 2018-01-24 13:44:33 +01:00
dashboard Text clippin in window security groups 2018-01-18 15:33:40 +13:00
js Merge "Correctly show no data message in Network Topology" 2018-01-20 20:43:19 +00:00