bundle 0.2 html5

This commit is contained in:
Eugenio Marzo
2019-04-20 19:26:10 +02:00
parent 0a0a20d9a4
commit ae8ae66e87
7 changed files with 5 additions and 5 deletions

View File

@@ -253,7 +253,7 @@ function init(self)
namespace = conf["namespace"]
token = conf["token"]
info = "Kubernetes: " .. conf["endpoint"] .. "\n\n" .. "Namespace: " .. conf["namespace"]
info = "Endpoint: " .. conf["endpoint"] .. "\n\n" .. "Namespace: " .. conf["namespace"]
msg.post("ui#gui", "info",{ infomessage = info })
msg.post(".", "acquire_input_focus")