summaryrefslogtreecommitdiffstats
path: root/framework/qml/Icons.qml
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2018-03-01 11:13:22 +0100
committerMinijackson <minijackson@riseup.net>2018-03-08 16:29:09 +0100
commitf6e8b7ff01c7de0a7b7613bf46b51adf3a8a59a1 (patch)
tree15263afda758e6384c97b779b3452be66a817cca /framework/qml/Icons.qml
parentef3433a40e23c56a3a9c6158fde06729e7b0cd12 (diff)
downloadkube-f6e8b7ff01c7de0a7b7613bf46b51adf3a8a59a1.tar.gz
kube-f6e8b7ff01c7de0a7b7613bf46b51adf3a8a59a1.zip
Add key import
Diffstat (limited to 'framework/qml/Icons.qml')
-rw-r--r--framework/qml/Icons.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml
index 2afe840e..4dfae3d7 100644
--- a/framework/qml/Icons.qml
+++ b/framework/qml/Icons.qml
@@ -63,6 +63,7 @@ Item {
63 property string secure: "document-encrypt" 63 property string secure: "document-encrypt"
64 property string insecure: "document-decrypt" 64 property string insecure: "document-decrypt"
65 property string signed: "document-sign" 65 property string signed: "document-sign"
66 property string key_import_inverted: "view-certificate-import-inverted"
66 67
67 property string addNew: "list-add" 68 property string addNew: "list-add"
68 property string remove: "kube-list-remove-inverted" 69 property string remove: "kube-list-remove-inverted"