-
-
Files Uploaded
-
{{ this.createdFiles.length }}
-
-
-
Datasets Uploaded
-
{{ this.totalUploadedDatasetCount }}
-
-
-
Total Size of Datasets
-
{{ formatSize(this.totalUploadedDatasetSize) }}
-
-
-
Workflows Created
-
{{ this.createdWorkflows.length }}
-
-
-
Files with Access
-
{{ this.accessFiles.length }}
-
-
-
Workflows with Access
-
{{ this.accessWorkflows.length }}
-
-
-
Total Size of the Files
-
{{ formatSize(this.totalFileSize) }}
-
-
-
Total Result Cache Size
-
{{ formatSize(this.totalMongoSize) }}
-
+
+
+
+ Quota
+
+
+
+
+
+
+
+
Files Uploaded
+
{{ this.createdFiles.length }}
-
-
- Diagram
-
-
-
-
-
-
+
+
Datasets Uploaded
+
{{ this.totalUploadedDatasetCount }}
-
-
-
-
-
-
-
- | Collection Name |
- Execution ID |
- Cache Size |
- Action |
-
-
-
-
- | {{ execution.pointer }} |
- {{ execution.eid }} |
- {{ formatSize(execution.size) }} |
-
-
- |
-
-
-
-
-
-
-
-
+
+
Total Size of Datasets
+
{{ formatSize(this.totalUploadedDatasetSize) }}
+
+
+
Workflows Created
+
{{ this.createdWorkflows.length }}
+
+
+
Files with Access
+
{{ this.accessFiles.length }}
+
+
+
Workflows with Access
+
{{ this.accessWorkflows.length }}
+
+
+
Total Size of the Files
+
{{ formatSize(this.totalFileSize) }}
+
+
+
Total Result Cache Size
+
{{ formatSize(this.totalMongoSize) }}
+
+
+
+
+ Diagram
+
+
+
+
+
+
+
+
+
+
+ | Collection Name |
+ Execution ID |
+ Cache Size |
+ Action |
+
+
+
+
+ | {{ execution.pointer }} |
+ {{ execution.eid }} |
+ {{ formatSize(execution.size) }} |
+
+
+ |
+
+
+
+
+
+
+
diff --git a/core/gui/src/app/dashboard/component/user/user-quota/user-quota.component.scss b/core/gui/src/app/dashboard/component/user/user-quota/user-quota.component.scss
index e0a97ab55d8..bf69bedeb6a 100644
--- a/core/gui/src/app/dashboard/component/user/user-quota/user-quota.component.scss
+++ b/core/gui/src/app/dashboard/component/user/user-quota/user-quota.component.scss
@@ -47,8 +47,3 @@
}
}
}
-
-.scrollable-container {
- height: 100vh;
- overflow-y: auto;
-}
diff --git a/core/gui/src/styles.scss b/core/gui/src/styles.scss
index a8109d9439f..6c2ac14306b 100644
--- a/core/gui/src/styles.scss
+++ b/core/gui/src/styles.scss
@@ -73,10 +73,6 @@ hr {
padding-right: 24px;
}
-body {
- overflow: hidden;
-}
-
.annotation-highlight {
background-color: #6a5acd;
}