forked from ceph/ceph
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mgr/dashboard: update to angular v15
- The scss import was broken because of the ~ symbol. Looks like its not needed. - Login username/password label was somehow broken because of the placeholder class and color. instead of applying the color through a class I applied the color directly to the attribute and it worked - Typescript 4.9 uses ES2022 and it complaints about using some items before its initialization. There were other typescript fixes need to be delivered because of this change. - Reverting back the badge to rectangular shape (because I feel like the round leaves out some empty spaces) Fixes: https://tracker.ceph.com/issues/62844 Signed-off-by: Nizamudeen A <[email protected]> (cherry picked from commit 7f8f232)
- Loading branch information
1 parent
621bfd9
commit ed397b2
Showing
22 changed files
with
3,437 additions
and
4,554 deletions.
There are no files selected for viewing
7,289 changes: 3,080 additions & 4,209 deletions
7,289
src/pybind/mgr/dashboard/frontend/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
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.