|
| 1 | +header.grid-block.vertical.align-center.modal-header( |
| 2 | + ng-if = "$root.featureFlags.composeEditing" |
| 3 | +) |
| 4 | + .container-title-wrapper |
| 5 | + .server-status-card-pop-over.no-touching |
| 6 | + .container-title {{NCC.state.instanceName}} |
| 7 | + svg.iconnables.icons-close( |
| 8 | + ng-click = "NCC.close()" |
| 9 | + ) |
| 10 | + use( |
| 11 | + xlink:href = "#icons-close" |
| 12 | + ) |
| 13 | + |
| 14 | + .row.modal-tabs.tabs-all.grid-block.clearfix |
| 15 | + button.btn.btn-radio.grid-block.vertical |
| 16 | + svg.iconnables.grid-content |
| 17 | + use( |
| 18 | + xlink:href = "#icons-billing" |
| 19 | + ) |
| 20 | + .btn-text.grid-content Compose |
| 21 | + button.btn.btn-radio.grid-block.vertical |
| 22 | + svg.iconnables.grid-content |
| 23 | + use( |
| 24 | + xlink:href = "#icons-environment-variable" |
| 25 | + ) |
| 26 | + .btn-text.grid-content Environment Variables |
| 27 | + |
1 | 28 | section.grid-block.vertical.modal-body |
2 | 29 |
|
3 | 30 | svg.iconnables.icons-close( |
4 | 31 | ng-click = "NCC.close()" |
| 32 | + ng-if = "!$root.featureFlags.composeEditing" |
5 | 33 | ) |
6 | 34 | use( |
7 | 35 | xlink:href = "#icons-close" |
8 | 36 | ) |
9 | 37 |
|
10 | 38 | .grid-block.vertical.modal-form.no-border |
11 | | - .label-tabs.grid-block |
| 39 | + .label-tabs.grid-block( |
| 40 | + ng-if = "!$root.featureFlags.composeEditing" |
| 41 | + ) |
12 | 42 | label.grid-block.align-center.btn.btn-radio( |
13 | 43 | ng-class = "{'active': NCC.state.dockerFileTab === 'kubernetes'}" |
14 | 44 | ng-click = "\ |
|
0 commit comments