diff --git a/manageServices/static/manageServices/images/elastic-search.png b/manageServices/static/manageServices/images/elastic-search.png new file mode 100644 index 000000000..436db5d27 Binary files /dev/null and b/manageServices/static/manageServices/images/elastic-search.png differ diff --git a/manageServices/static/manageServices/manageServices.js b/manageServices/static/manageServices/manageServices.js index 767039a5e..35c1ec8a0 100755 --- a/manageServices/static/manageServices/manageServices.js +++ b/manageServices/static/manageServices/manageServices.js @@ -483,6 +483,12 @@ app.controller('manageApplications', function ($scope, $http, $timeout, $window) }; + $scope.removeInstall = function (appName, status) { + $scope.status = status; + $scope.appName = appName; + + }; + }); /* Java script code */ \ No newline at end of file diff --git a/manageServices/templates/manageServices/applications.html b/manageServices/templates/manageServices/applications.html index ad7147985..ba62b9645 100755 --- a/manageServices/templates/manageServices/applications.html +++ b/manageServices/templates/manageServices/applications.html @@ -26,106 +26,69 @@
| {% trans "Username" %} | -{% trans "Websites Limit" %} | -{% trans "Disk Usage" %} | -{% trans "ACL" %} | -{% trans "Owner" %} | -{% trans "State" %} | +{% trans "Application" %} | +{% trans "Status" %} | {% trans "Actions" %} |
|---|---|---|---|---|---|---|---|---|
| - | - | - | - | - | - | - {% trans 'Suspend' %} - {% trans 'Activate' %} - {% trans 'Edit' %} - {% trans 'Delete' %} + | ||
{{ service.name }} |
+ {{ service.installed }} | +
+ {% if service.installed == 'Installed' %}
+ {% trans 'Remove' %}
+ {% else %}
+ {% trans 'Install' %}
+ {% endif %}
-
-
-
+
+
+
-
-
-
- |
-