Skip to content

Commit

Permalink
Disable edit of image while loading data
Browse files Browse the repository at this point in the history
It can reset values to default for fields like vm size and network.

Issue: #41
  • Loading branch information
dtretyakov committed Nov 16, 2016
1 parent f733187 commit fe7ec84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
<td class="center" data-bind="text: maxInstances"></td>
<td class="edit">
<a href="#" data-bind="click: $parent.showDialog,
css: {hidden: !$parent.isValidCredentials() || $parent.loadingLocations()}">Edit</a>
css: {hidden: !$parent.isValidCredentials() || $parent.loadingLocations() || $parent.loadingResources()}">Edit</a>
</td>
<td class="remove"><a href="#" data-bind="click: $parent.deleteImage">Delete</a></td>
</tr>
Expand Down

0 comments on commit fe7ec84

Please sign in to comment.