|
|
@@ -85,9 +85,7 @@ class Route_Storage_AclUsage extends RouteBase {
|
|
|
UI::h('p', [], "id zasobu: [{$idTable}]"),
|
|
|
UI::h('p', [], [
|
|
|
"struktura: ",
|
|
|
- ($acl instanceof AntAclBase)
|
|
|
- ? UI::h('a', [ 'href' => Router::getRoute('Storage_AclStruct')->getLink('', [ 'idStorage' => $idDatabase, 'namespace' => $aclNamespace ]) ], "struktura obiektu (AntAcl)")
|
|
|
- : UI::h('a', [ 'href' => Router::getRoute('Storage_AclStruct')->getLink('tableStruct', [ 'idStorage' => $idDatabase, 'table' => $rootTableName ]) ], "struktura tabeli (TableAcl)")
|
|
|
+ UI::h('a', [ 'href' => Router::getRoute('Storage_AclStruct')->getLink('', [ 'idStorage' => $idDatabase, 'namespace' => $aclNamespace ]) ], "struktura obiektu"),
|
|
|
]),
|
|
|
UI::h('p', [], [
|
|
|
"dodaj proces: ",
|