-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add landing page with table to Visualize app. (#9605)
* Refactor Visualize Wizard to use explicit controller names, instead of defining them dynamically. * Add landing page with table to Visualize app. * Update Visualize wizard UI. * Add kuiIcon--basic and support icons in Table component. Display icons in Visualize landing page. * Refactor Visualize Wizard templates to use import syntax. * Set kuiViewContent width to 100% to avoid it shrink wrapping its content. * Move ToolBar buttons to the right side. Remove labels and add tooltips. * Remove unused Visualize load menu template. * Disable timepicker in Visualization listing. * Change Visualize route names. Add omitPages attribute to breadcrumbs directive. Make Visualize breadcrumbs into links. * Remove Open and New menu buttons from Visualize. * Add ConfirmationModal for deleting visualizations. * Implement sorting for name and type columns in Visualize listing. * Refactor Visualize routes into VisualizeConstants file. Fix functional tests. * Add pager_controls directive and pager service. Add pagination to Dashboard and Visualize landing pages. Change Dashboard listing to use hrefs for each dashboard. * Use ng-if instead of ng-hide to hide/reveal Table action buttons in Dashboard listing. * Redirect from old Visualize wizard routes to new ones. * Use ViewContent and Title components in Visualize wizard. * Fix Visualize and Dashboard listing table logic so that selection only applies to the current page of items. * Paging clears the selection. * Searching clears the selection. * Sorting clears the selection. * Use consistent "Create" terminology in both Visualize and Dashboard for creating new items. * Use NoItems and PromptForItems components in Visualize listing view. * Use $injector to inject dependencies in Visualize and Dashboard listing.
- Loading branch information
Showing
43 changed files
with
850 additions
and
205 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
Oops, something went wrong.