Add app configure link in app grid
This was asked for many times now for the wp-admin and ghost In addtion we could make that information in the postinstall a link as well
This commit is contained in:
@@ -485,6 +485,10 @@ angular.module('Application').controller('AppsController', ['$scope', '$location
|
||||
return app.manifest && app.manifest.postInstallMessage;
|
||||
};
|
||||
|
||||
$scope.hasConfigurePath = function (app) {
|
||||
return app.manifest && app.manifest.configurePath;
|
||||
};
|
||||
|
||||
function fetchUsers() {
|
||||
Client.getUsers(function (error, users) {
|
||||
if (error) {
|
||||
|
||||
Reference in New Issue
Block a user