-
An excellent summary
+
Summary
-
+
Display name |
- {{ directory.name }} |
+
+ {{ directory.name }}
+ |
-
+
Path |
- {{ directory.path }} |
+
+ {{ directory.path }}
+ |
Enabled |
- |
+
+
+
+ |
@@ -46,12 +121,14 @@
{% for option in directory.options %}
- {{ option.key }} |
- {{ option.value }} |
- Remove |
+ {{ option.key }} |
+ {{ option.value }} |
+ Remove |
+
{% endfor %}
+
diff --git a/templates/layout.html b/templates/layout.html
index bb956d0..fa3f3b1 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -35,9 +35,9 @@
padding: 4px;
}
-{# .info-table tr:nth-child(even) {#}
-{# background-color: #fafafa;#}
-{# }#}
+ {# .info-table tr:nth-child(even) {#}
+ {# background-color: #fafafa;#}
+ {# }#}
{# todo: box-shadow 0 1px 10px 1px #1AC8DE#}
@@ -69,6 +69,22 @@