Skip to content

Commit

Permalink
Changed order for accounts dropdown and cloud provider dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalii-honchar committed Mar 5, 2024
1 parent f230cd1 commit e422d4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ <h4 class="panel-title pull-left">Capacity</h4>
<div class="container-fluid">
<form id="clusterConfigFormId" class="form-horizontal" role="form">
<fieldset id="clusterConfigFieldSetId">
<accounts-select v-bind:accounts="accounts" v-on:accountchange="accountChange" v-bind:value="currentAccountId"></accounts-select>
<cloudprovider-select v-bind:cloudproviders="providers" v-bind:value="currentProvider"></cloudprovider-select>
<accounts-select v-bind:accounts="accounts" v-on:accountchange="accountChange" v-bind:value="currentAccountId"></accounts-select>
<cell-select v-bind:cells="cells" v-on:cellchange="cellChange" v-bind:value="currentCell"></cell-select>
<label-input label="Capacity" placeholder="# of instances" v-model="instanceCount"></label-input>
<arch-select v-bind:arches="arches" v-on:archchange="archChange" v-bind:value="archValue"></arch-select>
Expand Down

0 comments on commit e422d4f

Please sign in to comment.