summaryrefslogtreecommitdiffstats
path: root/logfiles-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'logfiles-model.lua')
-rw-r--r--logfiles-model.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/logfiles-model.lua b/logfiles-model.lua
index 95bcb19..590b3ae 100644
--- a/logfiles-model.lua
+++ b/logfiles-model.lua
@@ -65,7 +65,7 @@ local function list_files ( ... )
inuse=inuse, label="File details"} }) )
end
table.sort(listed_files, function (a,b) return (a.value.filename.value < b.value.filename.value) end )
- return cfe({ type="list", value=listed_files, label="Log files" })
+ return cfe({ type="list", value=listed_files, label="Log Files" })
end
local do_grep = function(filecontent, grep)
@@ -138,7 +138,7 @@ mymodule.tail = function(path, offset, grep)
end
end
- return cfe({ type="group", value={filename=filename, filecontent=filecontent, filesize=filesize, fileoffset=fileoffset, grep=filegrep}, label="Tail Config file details" })
+ return cfe({ type="group", value={filename=filename, filecontent=filecontent, filesize=filesize, fileoffset=fileoffset, grep=filegrep}, label="Tail File" })
end
mymodule.get = function ()