#4470 fix(stack): fix a display issue with the stack editor tab. (#4543)

pull/4599/head
aravind-korada 2020-12-15 04:12:54 +05:30 committed by GitHub
parent 067257df2b
commit b67c0e870c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@
</uib-tab>
<!-- !tab-info -->
<!-- tab-file -->
<uib-tab index="1" ng-if="stackFileContent" select="showEditor()">
<uib-tab index="1" select="showEditor()">
<uib-tab-heading> <i class="fa fa-pencil-alt space-right" aria-hidden="true"></i> Editor </uib-tab-heading>
<form class="form-horizontal" ng-if="state.showEditorTab" style="margin-top: 10px;">
<div class="form-group">
@ -165,7 +165,7 @@
<button
type="button"
class="btn btn-sm btn-primary"
ng-disabled="state.actionInProgress || stack.Status === 2"
ng-disabled="state.actionInProgress || stack.Status === 2 || !stackFileContent"
ng-click="deployStack()"
button-spinner="state.actionInProgress"
>