Browse Source

[Minor] Add some visual improvement

tags/1.9.0
Vsevolod Stakhov 5 years ago
parent
commit
2b983661df
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      lualib/rspamadm/configgraph.lua

+ 2
- 0
lualib/rspamadm/configgraph.lua View File

@@ -46,6 +46,8 @@ local function output_dot(opts, nodes, adjastency)
if node.exists then
if node.priority >= 10 then
attrs[#attrs + 1] = "color=red"
elseif node.priority > 0 then
attrs[#attrs + 1] = "color=blue"
end
else
if opts.all then

Loading…
Cancel
Save