summaryrefslogtreecommitdiffstats
path: root/views/log/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'views/log/main.qml')
-rw-r--r--views/log/main.qml12
1 files changed, 6 insertions, 6 deletions
diff --git a/views/log/main.qml b/views/log/main.qml
index f4f20582..066f4295 100644
--- a/views/log/main.qml
+++ b/views/log/main.qml
@@ -86,7 +86,7 @@ ApplicationWindow {
86 { 86 {
87 "type": Kube.Notifications.error, 87 "type": Kube.Notifications.error,
88 "subtype": Kube.Notifications.loginError, 88 "subtype": Kube.Notifications.loginError,
89 message: "merge1", 89 message: "Failed to login",
90 resource: "resource1", 90 resource: "resource1",
91 entities: [] 91 entities: []
92 } 92 }
@@ -96,7 +96,7 @@ ApplicationWindow {
96 { 96 {
97 "type": Kube.Notifications.error, 97 "type": Kube.Notifications.error,
98 "subtype": Kube.Notifications.hostNotFoundError, 98 "subtype": Kube.Notifications.hostNotFoundError,
99 message: "merge1", 99 message: "Host Not Found",
100 resource: "resource1", 100 resource: "resource1",
101 entities: [] 101 entities: []
102 } 102 }
@@ -106,7 +106,7 @@ ApplicationWindow {
106 { 106 {
107 "type": Kube.Notifications.error, 107 "type": Kube.Notifications.error,
108 "subtype": Kube.Notifications.connectionError, 108 "subtype": Kube.Notifications.connectionError,
109 message: "merge1", 109 message: "connection error",
110 resource: "resource1", 110 resource: "resource1",
111 entities: [] 111 entities: []
112 } 112 }
@@ -118,7 +118,7 @@ ApplicationWindow {
118 { 118 {
119 "type": Kube.Notifications.error, 119 "type": Kube.Notifications.error,
120 "subtype": Kube.Notifications.transmissionError, 120 "subtype": Kube.Notifications.transmissionError,
121 message: "merge1", 121 message: "transmission error with mail uid",
122 resource: "resource1", 122 resource: "resource1",
123 entities: [mail_uid] 123 entities: [mail_uid]
124 } 124 }
@@ -130,7 +130,7 @@ ApplicationWindow {
130 { 130 {
131 "type": Kube.Notifications.error, 131 "type": Kube.Notifications.error,
132 "subtype": Kube.Notifications.transmissionError, 132 "subtype": Kube.Notifications.transmissionError,
133 message: "merge1", 133 message: "transmission error with another mail uid",
134 resource: "resource1", 134 resource: "resource1",
135 entities: [mail2_uid] 135 entities: [mail2_uid]
136 } 136 }
@@ -140,7 +140,7 @@ ApplicationWindow {
140 { 140 {
141 "type": Kube.Notifications.error, 141 "type": Kube.Notifications.error,
142 "subtype": "customSubType", 142 "subtype": "customSubType",
143 message: "merge1", 143 message: "custom subtype error",
144 resource: "resource1", 144 resource: "resource1",
145 entities: [] 145 entities: []
146 } 146 }