mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
bug 13461: deploy VM wizard - step 2 (select template/ISO step) - correct label "My ISOs" to be "All ISOs" because that's what really show here.
This commit is contained in:
parent
d04f0b4752
commit
d9c5aa45c2
@ -133,10 +133,10 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="iso-select content tab-view">
|
<div class="iso-select content tab-view">
|
||||||
<ul>
|
<ul>
|
||||||
<li class="first last"><a href="#instance-wizard-my-isos">My ISOs</a></li>
|
<li class="first last"><a href="#instance-wizard-all-isos">All ISOs</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<div id="instance-wizard-my-isos">
|
<div id="instance-wizard-all-isos">
|
||||||
<div class="select-container">
|
<div class="select-container">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -251,7 +251,7 @@
|
|||||||
['featuredtemplates', 'instance-wizard-featured-templates'],
|
['featuredtemplates', 'instance-wizard-featured-templates'],
|
||||||
['communitytemplates', 'instance-wizard-community-templates'],
|
['communitytemplates', 'instance-wizard-community-templates'],
|
||||||
['mytemplates', 'instance-wizard-my-templates'],
|
['mytemplates', 'instance-wizard-my-templates'],
|
||||||
['isos', 'instance-wizard-my-isos']
|
['isos', 'instance-wizard-all-isos']
|
||||||
]
|
]
|
||||||
).each(function() {
|
).each(function() {
|
||||||
var item = this;
|
var item = this;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user