mirror of https://github.com/rancher/ui.git
Fix node table issue in add rke cluster page
This commit is contained in:
parent
0db5c5e98b
commit
64d41cd053
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue