diff --git a/dist/kopf.js b/dist/kopf.js index 80cf7c58..a7f2658d 100644 --- a/dist/kopf.js +++ b/dist/kopf.js @@ -1928,7 +1928,7 @@ function CreateIndexController($scope, $location, $timeout, AlertService) { } function GlobalController($scope, $location, $timeout, $sce, ConfirmDialogService, AlertService, SettingsService) { $scope.dialog = ConfirmDialogService; - $scope.version = "0.5.1"; + $scope.version = "0.5.2"; $scope.username = null; $scope.password = null; $scope.alert_service = AlertService; diff --git a/es-plugin.properties b/es-plugin.properties index ac3e9c4e..64042075 100644 --- a/es-plugin.properties +++ b/es-plugin.properties @@ -1,2 +1,2 @@ description=kopf - simple web administration tool for ElasticSearch -version=0.5.1 \ No newline at end of file +version=0.5.2 \ No newline at end of file diff --git a/imgs/aliases.png b/imgs/aliases.png index 268d9259..b40cc07f 100644 Binary files a/imgs/aliases.png and b/imgs/aliases.png differ diff --git a/imgs/cluster_state.png b/imgs/cluster_state.png index 26f1ee48..d42997eb 100644 Binary files a/imgs/cluster_state.png and b/imgs/cluster_state.png differ diff --git a/imgs/cluster_view.png b/imgs/cluster_view.png index a7f4302f..be816363 100644 Binary files a/imgs/cluster_view.png and b/imgs/cluster_view.png differ diff --git a/imgs/rest_client.png b/imgs/rest_client.png index 9e038e0e..fc89dec2 100644 Binary files a/imgs/rest_client.png and b/imgs/rest_client.png differ diff --git a/package.json b/package.json index 72f55304..2f218e15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elasticsearch-kopf", - "version": "0.5.1", + "version": "0.5.2", "description": "kopf - simple web administration tool for ElasticSearch", "main": "index.html", "scripts": { diff --git a/partials/nav_bar.html b/partials/nav_bar.html index 00c9d154..58030f58 100644 --- a/partials/nav_bar.html +++ b/partials/nav_bar.html @@ -40,7 +40,7 @@