Start on tour UI and make some small changes to the overall Quay UI
This commit is contained in:
parent
654c50b90d
commit
c244f367ba
9 changed files with 347 additions and 122 deletions
|
@ -2757,4 +2757,8 @@ function SuperUserAdminCtrl($scope, ApiService, Features, UserService) {
|
|||
};
|
||||
|
||||
loadSeatUsage();
|
||||
}
|
||||
|
||||
function TourCtrl($scope, $location) {
|
||||
$scope.kind = $location.path().substring('/tour/'.length);
|
||||
}
|
Reference in a new issue