From 293dc299363713097752ee8ae3ab8ff3509ee0a2 Mon Sep 17 00:00:00 2001 From: Scott Aslan Date: Tue, 5 Jul 2016 09:29:33 -0400 Subject: [PATCH] [NIFI-2081] Responsive dialog content, tab content, and scrollable styles. This closes #594 --- .../canvas/process-group-configuration.jsp | 52 +-- .../partials/canvas/settings-content.jsp | 4 +- .../provenance/provenance-search-dialog.jsp | 2 +- .../partials/summary/summary-content.jsp | 26 +- .../summary/system-diagnostics-dialog.jsp | 212 ++++----- .../src/main/webapp/css/bulletin-board.css | 10 +- .../src/main/webapp/css/cluster.css | 1 + .../src/main/webapp/css/component-state.css | 11 +- .../main/webapp/css/connection-details.css | 2 - .../main/webapp/css/controller-service.css | 6 - .../src/main/webapp/css/counters.css | 1 + .../src/main/webapp/css/dialog.css | 4 +- .../src/main/webapp/css/history.css | 1 + .../nifi-web-ui/src/main/webapp/css/main.css | 16 +- .../css/process-group-configuration.css | 12 +- .../src/main/webapp/css/processor-details.css | 2 - .../src/main/webapp/css/provenance.css | 6 +- .../src/main/webapp/css/queue-listing.css | 3 +- .../remote-process-group-configuration.css | 3 +- .../src/main/webapp/css/settings.css | 22 +- .../nifi-web-ui/src/main/webapp/css/shell.css | 8 +- .../src/main/webapp/css/status-history.css | 1 - .../src/main/webapp/css/summary.css | 70 ++- .../src/main/webapp/css/templates.css | 1 + .../webapp/js/jquery/modal/jquery.modal.css | 13 +- .../webapp/js/jquery/modal/jquery.modal.js | 403 ++++++++++-------- .../propertytable/jquery.propertytable.css | 8 +- .../propertytable/jquery.propertytable.js | 2 + .../webapp/js/jquery/tabbs/jquery.tabbs.css | 21 +- .../webapp/js/jquery/tabbs/jquery.tabbs.js | 17 +- .../nf-ng-canvas-global-menu-controller.js | 10 +- .../nf-ng-canvas-operate-controller.js | 2 + .../components/nf-ng-group-component.js | 1 + .../components/nf-ng-input-port-component.js | 1 + .../components/nf-ng-processor-component.js | 3 +- .../nf-ng-remote-process-group-component.js | 1 + .../components/nf-ng-template-component.js | 1 + .../main/webapp/js/nf/canvas/nf-actions.js | 1 + .../src/main/webapp/js/nf/canvas/nf-canvas.js | 123 ++++-- .../webapp/js/nf/canvas/nf-component-state.js | 1 + .../nf/canvas/nf-connection-configuration.js | 5 + .../js/nf/canvas/nf-controller-service.js | 7 + .../js/nf/canvas/nf-controller-services.js | 1 + .../src/main/webapp/js/nf/canvas/nf-go-to.js | 1 + .../js/nf/canvas/nf-label-configuration.js | 1 + .../js/nf/canvas/nf-port-configuration.js | 1 + .../webapp/js/nf/canvas/nf-port-details.js | 1 + .../canvas/nf-process-group-configuration.js | 7 +- .../js/nf/canvas/nf-process-group-details.js | 1 + .../nf/canvas/nf-processor-configuration.js | 5 + .../webapp/js/nf/canvas/nf-queue-listing.js | 9 +- .../nf-remote-process-group-configuration.js | 1 + .../canvas/nf-remote-process-group-details.js | 1 + .../canvas/nf-remote-process-group-ports.js | 2 + .../webapp/js/nf/canvas/nf-reporting-task.js | 5 + .../main/webapp/js/nf/canvas/nf-settings.js | 2 + .../webapp/js/nf/cluster/nf-cluster-table.js | 1 + .../main/webapp/js/nf/counters/nf-counters.js | 36 +- .../webapp/js/nf/history/nf-history-table.js | 3 + .../main/webapp/js/nf/history/nf-history.js | 36 +- .../src/main/webapp/js/nf/nf-common.js | 17 + .../webapp/js/nf/nf-connection-details.js | 5 + .../src/main/webapp/js/nf/nf-dialog.js | 2 + .../main/webapp/js/nf/nf-processor-details.js | 5 + .../src/main/webapp/js/nf/nf-shell.js | 64 ++- .../main/webapp/js/nf/nf-status-history.js | 8 +- .../js/nf/provenance/nf-provenance-lineage.js | 1 + .../js/nf/provenance/nf-provenance-table.js | 7 + .../webapp/js/nf/provenance/nf-provenance.js | 36 +- .../webapp/js/nf/summary/nf-cluster-search.js | 1 + .../webapp/js/nf/summary/nf-summary-table.js | 12 + .../main/webapp/js/nf/summary/nf-summary.js | 36 +- .../webapp/js/nf/templates/nf-templates.js | 36 +- 73 files changed, 940 insertions(+), 500 deletions(-) diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/process-group-configuration.jsp b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/process-group-configuration.jsp index e94434f221..be69652a70 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/process-group-configuration.jsp +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/process-group-configuration.jsp @@ -18,39 +18,41 @@
Process Group Configuration
-
-
+
+
-
-
-
-
Process group name
-
- +
+
+
+
+
Process group name
+
+ +
+
+ +
-
- +
+
Process group comments
+
+ +
+
+ +
-
-
-
Process group comments
-
- +
+
Apply
+
-
- -
-
-
-
Apply
-
-
-
-
+
+
+
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/settings-content.jsp b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/settings-content.jsp index d421f852f6..00e17ea81b 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/settings-content.jsp +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/settings-content.jsp @@ -18,8 +18,8 @@
NiFi Settings
-
-
+
+
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/provenance/provenance-search-dialog.jsp b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/provenance/provenance-search-dialog.jsp index 565d016bdf..0430518c03 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/provenance/provenance-search-dialog.jsp +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/provenance/provenance-search-dialog.jsp @@ -18,7 +18,7 @@