EE-3998 bug fix (#7522)

pull/7541/head
Rex Wang 2022-08-18 18:56:37 +08:00 committed by GitHub
parent fb62edefbc
commit 69bc815acd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View File

@ -33,7 +33,7 @@
<tr> <tr>
<td> <td>
<div class="nopadding"> <div class="nopadding">
<a class="btn btn-secondary btn-sm pull-right" ng-click="$ctrl.addLabel(node)"> <pr-icon icon="'plus'" mode="'alt'" feather="true"></pr-icon> label </a> <a class="btn btn-secondary btn-sm pull-right" ng-click="$ctrl.addLabel(node)"> <pr-icon icon="'plus'" feather="true"></pr-icon> label </a>
</div> </div>
Node Labels Node Labels
</td> </td>

View File

@ -7,7 +7,7 @@
<select class="form-control" ng-options="config.Name for config in configs | orderBy: 'Name'" ng-model="newConfig"> <select class="form-control" ng-options="config.Name for config in configs | orderBy: 'Name'" ng-model="newConfig">
<option selected disabled hidden value="">Select a config</option> <option selected disabled hidden value="">Select a config</option>
</select> </select>
<a class="btn btn-default btn-sm" ng-click="addConfig(service, newConfig)"> <pr-icon icon="'plus'" mode="'alt'" feather="true"></pr-icon> add config </a> <a class="btn btn-default btn-sm" ng-click="addConfig(service, newConfig)"> <pr-icon icon="'plus'" feather="true"></pr-icon> add config </a>
</div> </div>
<table class="table" style="margin-top: 5px"> <table class="table" style="margin-top: 5px">
<thead> <thead>

View File

@ -3,7 +3,7 @@
<rd-widget-header icon="list" feather-icon="true" title-text="Container labels"> <rd-widget-header icon="list" feather-icon="true" title-text="Container labels">
<div class="nopadding" authorization="DockerServiceUpdate"> <div class="nopadding" authorization="DockerServiceUpdate">
<a class="btn btn-secondary btn-sm pull-right" ng-click="isUpdating ||addContainerLabel(service)" ng-disabled="isUpdating"> <a class="btn btn-secondary btn-sm pull-right" ng-click="isUpdating ||addContainerLabel(service)" ng-disabled="isUpdating">
<pr-icon icon="'plus'" mode="'alt'" feather="true"></pr-icon> container label <pr-icon icon="'plus'" feather="true"></pr-icon> container label
</a> </a>
</div> </div>
</rd-widget-header> </rd-widget-header>

View File

@ -3,7 +3,7 @@
<rd-widget-header icon="list" feather-icon="true" title-text="Environment variables"> <rd-widget-header icon="list" feather-icon="true" title-text="Environment variables">
<div class="nopadding" authorization="DockerServiceUpdate"> <div class="nopadding" authorization="DockerServiceUpdate">
<a class="btn btn-secondary btn-sm pull-right" ng-click="isUpdating || addEnvironmentVariable(service)" ng-disabled="isUpdating"> <a class="btn btn-secondary btn-sm pull-right" ng-click="isUpdating || addEnvironmentVariable(service)" ng-disabled="isUpdating">
<pr-icon icon="'plus'" mode="'alt'" feather="true"></pr-icon> environment variable <pr-icon icon="'plus'" feather="true"></pr-icon> environment variable
</a> </a>
</div> </div>
</rd-widget-header> </rd-widget-header>

View File

@ -10,7 +10,7 @@
<option value="none">none</option> <option value="none">none</option>
</select> </select>
<a class="btn btn-default btn-sm" ng-click="!service.LogDriverName || service.LogDriverName === 'none' || addLogDriverOpt(service)"> <a class="btn btn-default btn-sm" ng-click="!service.LogDriverName || service.LogDriverName === 'none' || addLogDriverOpt(service)">
<pr-icon icon="'plus'" mode="'alt'" feather="true"></pr-icon> add logging driver option <pr-icon icon="'plus'" feather="true"></pr-icon> add logging driver option
</a> </a>
</div> </div>
<table class="table"> <table class="table">

View File

@ -3,7 +3,7 @@
<rd-widget-header icon="list" feather-icon="true" title-text="Mounts"> <rd-widget-header icon="list" feather-icon="true" title-text="Mounts">
<div class="nopadding" authorization="DockerServiceUpdate"> <div class="nopadding" authorization="DockerServiceUpdate">
<a class="btn btn-secondary btn-sm pull-right" ng-click="isUpdating ||addMount(service)" ng-disabled="isUpdating"> <a class="btn btn-secondary btn-sm pull-right" ng-click="isUpdating ||addMount(service)" ng-disabled="isUpdating">
<pr-icon icon="'plus'" mode="'alt'" feather="true"></pr-icon> mount <pr-icon icon="'plus'" feather="true"></pr-icon> mount
</a> </a>
</div> </div>
</rd-widget-header> </rd-widget-header>

View File

@ -15,7 +15,7 @@
<label class="btn btn-light" ng-model="state.addSecret.override" uib-btn-radio="false">Default location</label> <label class="btn btn-light" ng-model="state.addSecret.override" uib-btn-radio="false">Default location</label>
<label class="btn btn-light" ng-model="state.addSecret.override" uib-btn-radio="true">Override</label> <label class="btn btn-light" ng-model="state.addSecret.override" uib-btn-radio="true">Override</label>
</div> </div>
<a class="btn btn-default btn-sm" ng-click="addSecret(service, state.addSecret)"> <pr-icon icon="'plus'" mode="'alt'" feather="true"></pr-icon> add secret </a> <a class="btn btn-default btn-sm" ng-click="addSecret(service, state.addSecret)"> <pr-icon icon="'plus'" feather="true"></pr-icon> add secret </a>
</div> </div>
<table class="table" style="margin-top: 5px"> <table class="table" style="margin-top: 5px">
<thead> <thead>