You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/05/26 21:11:47 UTC

[incubator-streampipes] 03/03: [STREAMPIPES-537] Fix layout of data explorer entry page

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch STREAMPIPES-537-NEW
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit 299f7ebfcfaa533c47489130bfb804ca6d8ed813
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Thu May 26 23:08:36 2022 +0200

    [STREAMPIPES-537] Fix layout of data explorer entry page
---
 .../overview/data-explorer-dashboard-overview.component.html      | 8 ++++----
 ui/src/app/data-explorer/data-explorer.module.ts                  | 5 -----
 2 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/ui/src/app/data-explorer/components/overview/data-explorer-dashboard-overview.component.html b/ui/src/app/data-explorer/components/overview/data-explorer-dashboard-overview.component.html
index 1601b3bf7..d8b002a18 100644
--- a/ui/src/app/data-explorer/components/overview/data-explorer-dashboard-overview.component.html
+++ b/ui/src/app/data-explorer/components/overview/data-explorer-dashboard-overview.component.html
@@ -17,8 +17,8 @@
   -->
 
 
-<div fxFlex="100" fxLayout="column">
-    <div fxFlex="100" fxLayout="column">
+<div fxLayout="column" class="page-container">
+   <div fxLayout="column">
         <div fxLayout="row" class="fixed-height options-bar page-container-nav sp-tab-bg">
             <div fxLayoutAlign="start center" fxLayout="row" class="pl-10">
                 <button mat-button mat-raised-button color="accent"
@@ -30,8 +30,8 @@
             </div>
         </div>
     </div>
-    <div fxFlex="100" fxLayout="row wrap" fxLayoutAlign="start stretch" class="m-20">
-        <div fxFlex="100" class="assemblyOptions sp-blue-bg p-5">
+    <div fxLayout="column" class="m-20">
+        <div class="assemblyOptions sp-blue-bg p-5">
             <div fxLayout="row" fxLayoutAlign="start center" fxFlex="100">
                 <h4>My Data Views</h4>
                 <span fxFlex></span>
diff --git a/ui/src/app/data-explorer/data-explorer.module.ts b/ui/src/app/data-explorer/data-explorer.module.ts
index 12f6db4fd..2e487782e 100644
--- a/ui/src/app/data-explorer/data-explorer.module.ts
+++ b/ui/src/app/data-explorer/data-explorer.module.ts
@@ -160,11 +160,6 @@ export const MY_NATIVE_FORMATS = {
         children: [
           {
             path: '',
-            redirectTo: 'all',
-            pathMatch: 'full'
-          },
-          {
-            path: 'all',
             component: DataExplorerDashboardOverviewComponent
           },
           {