move raid widget to match new layout
This commit is contained in:
parent
909db88b00
commit
5c7c695ea1
|
@ -17,7 +17,7 @@ local string = {
|
||||||
|
|
||||||
-- Raid: provides state information for a requested RAID array
|
-- Raid: provides state information for a requested RAID array
|
||||||
-- vicious.widgets.raid
|
-- vicious.widgets.raid
|
||||||
local raid = {}
|
local raid_linux = {}
|
||||||
|
|
||||||
|
|
||||||
-- Initialize function tables
|
-- Initialize function tables
|
||||||
|
@ -57,4 +57,4 @@ local function worker(format, warg)
|
||||||
end
|
end
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
return setmetatable(raid, { __call = function(_, ...) return worker(...) end })
|
return setmetatable(raid_linux, { __call = function(_, ...) return worker(...) end })
|
Loading…
Reference in New Issue