25.05: mako use settings instead of extraConfig
This commit is contained in:
parent
dc734b6d62
commit
2c70a0e7de
1 changed files with 7 additions and 6 deletions
|
@ -34,12 +34,13 @@ in
|
||||||
|
|
||||||
defaultTimeout = 10000;
|
defaultTimeout = 10000;
|
||||||
|
|
||||||
extraConfig = ''
|
settings = {
|
||||||
[app-name=volumesh]
|
"app-name=volumesh" = {
|
||||||
default-timeout=5000
|
"default-timeout" = "5000";
|
||||||
group-by=app-name
|
"group-by" = "app-name";
|
||||||
format=<b>%s</b>\n%b
|
"format" = "<b>%s</b>\\n%b";
|
||||||
'';
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# # {{@@ header() @@}}
|
# # {{@@ header() @@}}
|
||||||
# # text
|
# # text
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue