Fix node table issue in add rke cluster page

This commit is contained in:
loganhz 2018-01-26 14:34:29 +08:00
parent 0db5c5e98b
commit 64d41cd053
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
{{t 'clustersPage.addPage.rke.minimums.management'}}
</td>
{{/if}}
<td colspan="{{if (eq scope "dedicated") "2" "1"}}" class="{{if workerSafe "text-success" "text-error"}}">
<td colspan="1" class="{{if workerSafe "text-success" "text-error"}}">
<i class="icon {{if workerSafe "icon-success" "icon-x-circle"}}"></i>
{{t 'clustersPage.addPage.rke.minimums.nodes'}}
</td>