|
|
@@ -814,6 +814,7 @@ class Route_Storage_AclStruct extends RouteBase {
|
|
|
'__html_id' => 'struct_table',
|
|
|
'caption' => UI::h('span', [], [
|
|
|
UI::h('span', [ 'style' => "margin-right:6px;color:#000" ], "Struktura obiektu '{$item['namespace']}'"),
|
|
|
+ UI::h('code', [ 'style' => "margin-right:6px;color:#000" ], "(PrimaryKey: " . ($item['primaryKey'] ? $item['primaryKey'] : "Brak" ) . ")"),
|
|
|
]),
|
|
|
// 'sortBy' => [
|
|
|
// 'method' => 'get',
|