# HG changeset patch
# User bsw
# Date 1539877416 -7200
# Node ID 734628c8803476d2211c111bcdfc16cc819e7291
# Parent 4665754cc5abe42cfb7865b54a5220ec87549314
Changed whitespace in admin area view
diff -r 4665754cc5ab -r 734628c88034 app/main/admin/area_show.lua
--- a/app/main/admin/area_show.lua Thu Oct 18 17:43:02 2018 +0200
+++ b/app/main/admin/area_show.lua Thu Oct 18 17:43:36 2018 +0200
@@ -67,14 +67,15 @@
connecting_records = area.allowed_policies or {},
foreign_reference = "id",
}
- slot.put("
")
+ slot.put("
")
ui.field.text{ label = _"Admission quorum standard", name = "quorum_standard", value = hint and 10 or nil }
ui.field.text{ label = _"Admission quorum issues", name = "quorum_issues", value = hint and 10 or nil }
ui.field.text{ label = _"Admission quorum time", name = "quorum_time", value = hint and "60 days" or nil }
ui.field.text{ label = _"Admission quorum exponent", name = "quorum_exponent", value = hint and 0.5 or nil }
ui.field.text{ label = _"Admission qourum factor", name = "quorum_factor", value = hint and 2 or nil }
- slot.put("
")
+ slot.put("
")
ui.field.boolean{ label = _"Active?", name = "active", value = hint and true or nil }
+ slot.put("
")
ui.submit{
attr = { class = "mdl-button mdl-js-button mdl-button--raised mdl-button--colored mdl-js-ripple-effect" },
text = _"update area"