policycheck_view: update form identifier
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
@@ -166,8 +166,8 @@ impl Template for PolicycheckView {
|
|||||||
.build(ctx);
|
.build(ctx);
|
||||||
|
|
||||||
let policy_check_form = Container::new()
|
let policy_check_form = Container::new()
|
||||||
.id(ID_POLICY_CHECK_FORM)
|
.id(ID_POLICY_CHECK_FORM_CONTAINER)
|
||||||
.name(ID_POLICY_CHECK_FORM)
|
.name(ID_POLICY_CHECK_FORM_CONTAINER)
|
||||||
.attach(Grid::row(2))
|
.attach(Grid::row(2))
|
||||||
.attach(Grid::column(1))
|
.attach(Grid::column(1))
|
||||||
.style("container_form")
|
.style("container_form")
|
||||||
|
|||||||
Reference in New Issue
Block a user