mirror of https://github.com/portainer/portainer
parent
067257df2b
commit
b67c0e870c
|
@ -89,7 +89,7 @@
|
||||||
</uib-tab>
|
</uib-tab>
|
||||||
<!-- !tab-info -->
|
<!-- !tab-info -->
|
||||||
<!-- tab-file -->
|
<!-- 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>
|
<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;">
|
<form class="form-horizontal" ng-if="state.showEditorTab" style="margin-top: 10px;">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
@ -165,7 +165,7 @@
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="btn btn-sm btn-primary"
|
class="btn btn-sm btn-primary"
|
||||||
ng-disabled="state.actionInProgress || stack.Status === 2"
|
ng-disabled="state.actionInProgress || stack.Status === 2 || !stackFileContent"
|
||||||
ng-click="deployStack()"
|
ng-click="deployStack()"
|
||||||
button-spinner="state.actionInProgress"
|
button-spinner="state.actionInProgress"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue