Skip to content

Commit c08b3f8

Browse files
committed
stub out compose tab
1 parent b784c99 commit c08b3f8

1 file changed

Lines changed: 31 additions & 1 deletion

File tree

client/directives/components/newContainer/forms/configureNewServiceView.jade

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,44 @@
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+
128
section.grid-block.vertical.modal-body
229

330
svg.iconnables.icons-close(
431
ng-click = "NCC.close()"
32+
ng-if = "!$root.featureFlags.composeEditing"
533
)
634
use(
735
xlink:href = "#icons-close"
836
)
937

1038
.grid-block.vertical.modal-form.no-border
11-
.label-tabs.grid-block
39+
.label-tabs.grid-block(
40+
ng-if = "!$root.featureFlags.composeEditing"
41+
)
1242
label.grid-block.align-center.btn.btn-radio(
1343
ng-class = "{'active': NCC.state.dockerFileTab === 'kubernetes'}"
1444
ng-click = "\

0 commit comments

Comments
 (0)