5 lines
195 B
TOML
5 lines
195 B
TOML
|
<%
|
||
|
from tomlkit import dumps as toml_dumps
|
||
|
from bundlewrap.utils.text import toml_clean
|
||
|
%>${toml_clean(toml_dumps(repo.libs.toml.dict_to_toml(node.metadata['simple-icinga-dashboard'])))}
|