-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Start moving mgmt-client into client * Add tenant OAuth + FQDN mgmt components * Add room,group,role,user tables.Add local admin login+bugix for login state * add management view * Update sonarqube.yml * Update sonarqube.yml * Update sonarqube.yml * Update sonarqube.yml * Update sonarqube.yml * Update sonarqube.yml * Update sonarqube.yml * Update sonarqube.yml * Update sonarqube.yml * Update sonarqube.yml * Update sonarqube.yml * Add sonar project key * move management up to router level * add permissions table * add Tenant Owner+ tenant Admin table * fix mgmt-admin login for tentants. * add room owners * Add group role * add group user * add room user role table * add management current room settings * add functionality to claim room. * add notifications to MGMT and remove console.log statements * remove redundant react imports * add titles to mgmt-admin components * hide mgmt UI if login is not enabled * add success messages * fix typo, and remove unused import * fix chunking warning * create query action by id, and update tenant components * fix settings diag UI * Cleanup room and tenant UI * fix service name * fix build errors * fix typo
- Loading branch information
Showing
19 changed files
with
453 additions
and
304 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,4 +27,5 @@ yarn-debug.log* | |
yarn-error.log* | ||
|
||
!types.d.ts | ||
.vscode | ||
.vscode | ||
stats.html |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.