summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/kube/contents/ui/ComposerView.qml15
1 files changed, 15 insertions, 0 deletions
diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml
index c7b32564..afa7bf43 100644
--- a/components/kube/contents/ui/ComposerView.qml
+++ b/components/kube/contents/ui/ComposerView.qml
@@ -442,6 +442,21 @@ Kube.View {
442 } 442 }
443 443
444 RowLayout { 444 RowLayout {
445 Kube.Switch {}
446 Kube.Label {
447 text: qsTr("encrypt")
448 }
449 }
450
451 RowLayout {
452 Kube.Switch {
453 }
454 Kube.Label {
455 text: qsTr("sign")
456 }
457 }
458
459 RowLayout {
445 width: parent.width 460 width: parent.width
446 height: Kube.Units.gridUnit 461 height: Kube.Units.gridUnit
447 462