mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-02 19:35:49 +01:00
UI Improvments.
This commit is contained in:
@@ -114,7 +114,7 @@ app.controller('listWebsites', function($scope,$http) {
|
||||
|
||||
function ListInitialData(response) {
|
||||
|
||||
if (response.data.listWebSiteStatus==1) {
|
||||
if (response.data.listWebSiteStatus === 1) {
|
||||
|
||||
var finalData = JSON.parse(response.data.data);
|
||||
$scope.WebSitesList = finalData;
|
||||
|
||||
Reference in New Issue
Block a user