Commit Graph

5 Commits

Author SHA1 Message Date
Shu Muto 876f80c4a8 Commonize load-edit directive
Codes for load-edit directive is placing under framework directory:
horizon/static/framework/widgets
But it has code inside for Instance creation workflow.
This should be commonized.

If load-edit will be commonized, we can use it for Key Pair importing,
Orchestration Template and Environment in stack creation.
Furthermore, plugins can use load-edit. e.g. cert file uploading in
Magnum UI, cluster spec yaml registering in Senlin Dashboard, etc.

This patch fixes the issue.

Also, at the point view from UX, file input element should be
above of textarea. Because user wants to load file at first,
rather than input directly.

Change-Id: I3e1befb81996841820111558adf3ca386709904d
Closes-Bug: #1704260
2017-11-30 11:52:11 +09:00
Matt Borland 74fe0ac371 Cleaning code to remove eslint warnings from Launch Instance
Cleans up eslint warnings.

Change-Id: I920f434c008c4679ce5758c70031d1ec5d26a2b7
Partial-Bug: 1554824
2016-03-18 14:23:48 -06:00
Justin Pomeroy 73bb9a5943 Allow setting default value for config_drive
This adds a setting that can be used to specify the default value
for the Configuration Drive option when launching an instance.

Closes-Bug: #1537106
Change-Id: If402d3331158b462bece27fa6fce2bdb7f6a4a2e
2016-02-10 21:24:10 -06:00
jingliuqing c7edd1fa54 Moving translation to HTML for launch-instance configuration step
We should clean out old gettext and move them into HTML files.
This bug addresses the move to launch-instance configuration step.

Change-Id: I4bf2e56264b39bdf73ebf4ac1d3978b37c98894c
Partial-Bug: #1487582
2015-09-06 20:50:34 +08:00
Tyr Johanson 87e386aea8 Dashboard ReOrg - Relocate Launch Instance module
This patch relocates the 'launch-instance' directory.

Continuing re-organization of the Launch Instance angular code
to move it into the correct place for plugins, namely
openstack_dashboard/dashboards/project/

This patch attempts to divide https://review.openstack.org/#/c/191592
into smaller, more easily reviewable pieces.

Co-Authored-By: Shaoquan Chen <sean.chen2@hp.com>
Co-Authored-By: Tyr Johanson <tyr@hp.com>

Change-Id: I426c77d704ed9114ce9ae148b5fdec4e381f0f68
Partial-Bug: 1478717
2015-08-05 11:21:19 -06:00