Revision e3930313 src/sunstone/public/app/tabs/vnets-tab/utils/ar-tab/html.hbs
src/sunstone/public/app/tabs/vnets-tab/utils/ar-tab/html.hbs | ||
---|---|---|
58 | 58 |
<input wizard_field="ULA_PREFIX" type="text" name="ULA_PREFIX" id="{{str_ar_tab_id}}_ula_prefix"/> |
59 | 59 |
</div> |
60 | 60 |
</div> |
61 |
{{#advancedSection (tr "Advanced Options") }} |
|
62 |
<fieldset> |
|
63 |
<legend>{{tr "Custom attributes"}}</legend> |
|
64 |
<div class="row" id="{{str_ar_tab_id}}_custom_tags"> |
|
65 |
<div class="12 columns"> |
|
66 |
{{{customTagsHTML}}} |
|
67 |
</div> |
|
68 |
</div> |
|
69 |
</fieldset> |
|
70 |
<fieldset> |
|
71 |
<legend>{{tr "Security Groups"}}</legend> |
|
72 |
<div class="row" id="{{str_ar_tab_id}}_security_groups"> |
|
73 |
{{{securityGroupsTableHTML}}} |
|
74 |
</div> |
|
75 |
</fieldset> |
|
76 |
{{/advancedSection}} |
|
61 |
<div class="row"> |
|
62 |
<div class="medium-12 columns"> |
|
63 |
{{#advancedSection (tr "Advanced Options") }} |
|
64 |
<fieldset> |
|
65 |
<legend>{{tr "Custom attributes"}}</legend> |
|
66 |
<div class="row" id="{{str_ar_tab_id}}_custom_tags"> |
|
67 |
<div class="12 columns"> |
|
68 |
{{{customTagsHTML}}} |
|
69 |
</div> |
|
70 |
</div> |
|
71 |
</fieldset> |
|
72 |
<fieldset> |
|
73 |
<legend>{{tr "Security Groups"}}</legend> |
|
74 |
<div class="row" id="{{str_ar_tab_id}}_security_groups"> |
|
75 |
{{{securityGroupsTableHTML}}} |
|
76 |
</div> |
|
77 |
</fieldset> |
|
78 |
{{/advancedSection}} |
|
79 |
</div> |
|
80 |
</div> |
Also available in: Unified diff