|
|
@@ -186,12 +186,16 @@ class Route_Storage extends RouteBase {
|
|
|
$thisGetLink = array($this, 'getLink');
|
|
|
UI::table([
|
|
|
'caption' => "Obiekty w bazie '{$sourceItem['name']}' " .
|
|
|
- UI::hButtonPost('<i class="glyphicon glyphicon-refresh"></i>' . " odśwież", [
|
|
|
- 'class' => "btn btn-xs btn-link",
|
|
|
+ UI::hButtonPost('<i class="glyphicon glyphicon-refresh"></i>' . " odśwież listę", [
|
|
|
+ 'class' => "btn btn-link",
|
|
|
'data' => [
|
|
|
'refreshObjectList' => '1'
|
|
|
]
|
|
|
- ]),
|
|
|
+ ]) . (
|
|
|
+ ($projectName = Config::getProjectName())
|
|
|
+ ? " <i>project({$projectName})</i>"
|
|
|
+ : ''
|
|
|
+ ),
|
|
|
'rows' => array_map(function ($item) use ($idStorage, $thisGetLink) {
|
|
|
$typeName = $item['typeName']; // $typeName = Api_WfsNs::typeName($item['namespace']);
|
|
|
return [
|