-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Spinner and Page Navigation issues (#3543)
* PBENCH-1263 Spinner and Page Navigation issues
- Loading branch information
Showing
6 changed files
with
28 additions
and
24 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
export const HOME = "dashboard/"; | ||
|
||
export const ALL_RUNS = "all-runs"; | ||
export const ANALYSIS = "analysis"; | ||
export const AUTH = "auth"; | ||
export const AUTH_LOGIN = "login"; | ||
export const AUTH_SIGNUP = "signup"; | ||
export const EXPLORE = "explore"; | ||
export const OVERVIEW = "overview"; | ||
export const TOC = "toc"; | ||
export const TABLE_OF_CONTENT = "toc/:dataset_id"; | ||
export const USER_PROFILE = "user-profile"; | ||
export const ANALYSIS = "analysis"; | ||
export const SEARCH = "search"; | ||
export const RESULTS = "results"; | ||
export const EXPLORE = "explore"; | ||
export const TABLE_OF_CONTENT = "toc/:dataset_id"; | ||
export const TOC = "toc"; | ||
export const USER_PROFILE = "user-profile"; | ||
export const VISUALIZATION = "visualization"; |