[Web] add super admin web ui functionalities #4319
Merged
jamieklassen merged 2 commits intomasterfrom Sep 4, 2019
Merged
Conversation
e38e9d4 to
e14bd1a
Compare
3 tasks
3f32937 to
442b27a
Compare
fee2a3d to
45a3dba
Compare
- pause/unpause any pipeline - expose/hide any pipeline - check resources for any pipeline Signed-off-by: Zoe Tian <[email protected]> Co-authored-by: Taylor Silva <[email protected]>
45a3dba to
0b2a9cd
Compare
Member
|
I didn't like the extra commits we had hanging on this PR so I rebased the branch on master and removed the unrelated commits from #4273 |
jamieklassen
suggested changes
Aug 27, 2019
bff25d3 to
5c0e447
Compare
Signed-off-by: Zoe Tian <[email protected]> Co-authored-by: Taylor Silva <[email protected]> Signed-off-by: Bin Ju <[email protected]>
5c0e447 to
0a886e6
Compare
jamieklassen
approved these changes
Sep 4, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #4194
There are a few areas in the web UI where the client tries to figure out if you're authorized to perform a certain action. These are:
This commit changes this behaviour to allow a user to perform these functions from the web ui.
@pivotal-jamie-klassen is there anywhere that we could be adding tests? thx!
cc @taylorsilva