added check for not-available php versions

This commit is contained in:
usmannasir
2019-01-09 00:07:36 +05:00
parent 0bd73369dd
commit fd084580f6
5 changed files with 61 additions and 40 deletions

View File

@@ -394,6 +394,7 @@ app.controller('servicesManager', function ($scope, $http) {
function ListInitialDatas(response) {
console.log(response.data)
if (response.data.status.litespeed) {
$scope.olsStatus = "Running";
@@ -408,7 +409,7 @@ app.controller('servicesManager', function ($scope, $http) {
$scope.olsStart = true;
$scope.olsStop = false;
}
if (response.data.status.docker) {
$scope.dockerStatus = "Running";
$scope.dockerStart = false;