diff --git a/src/main/webapp/project.html b/src/main/webapp/project.html index d131778e8..dc70dc8ad 100644 --- a/src/main/webapp/project.html +++ b/src/main/webapp/project.html @@ -1,2 +1,2 @@ Gridworks -
starting up ...
\ No newline at end of file +
starting up ...
\ No newline at end of file diff --git a/src/main/webapp/scripts/project/expression-preview-dialog.js b/src/main/webapp/scripts/dialogs/expression-preview-dialog.js similarity index 100% rename from src/main/webapp/scripts/project/expression-preview-dialog.js rename to src/main/webapp/scripts/dialogs/expression-preview-dialog.js diff --git a/src/main/webapp/scripts/project/recon-dialog.js b/src/main/webapp/scripts/dialogs/recon-dialog.js similarity index 100% rename from src/main/webapp/scripts/project/recon-dialog.js rename to src/main/webapp/scripts/dialogs/recon-dialog.js diff --git a/src/main/webapp/scripts/project/list-facet.js b/src/main/webapp/scripts/facets/list-facet.js similarity index 100% rename from src/main/webapp/scripts/project/list-facet.js rename to src/main/webapp/scripts/facets/list-facet.js diff --git a/src/main/webapp/scripts/project/range-facet.js b/src/main/webapp/scripts/facets/range-facet.js similarity index 100% rename from src/main/webapp/scripts/project/range-facet.js rename to src/main/webapp/scripts/facets/range-facet.js diff --git a/src/main/webapp/scripts/project/text-search-facet.js b/src/main/webapp/scripts/facets/text-search-facet.js similarity index 100% rename from src/main/webapp/scripts/project/text-search-facet.js rename to src/main/webapp/scripts/facets/text-search-facet.js diff --git a/src/main/webapp/scripts/project/schema-alignment-ui-link.js b/src/main/webapp/scripts/protograph/schema-alignment-ui-link.js similarity index 100% rename from src/main/webapp/scripts/project/schema-alignment-ui-link.js rename to src/main/webapp/scripts/protograph/schema-alignment-ui-link.js diff --git a/src/main/webapp/scripts/project/schema-alignment-ui-node.js b/src/main/webapp/scripts/protograph/schema-alignment-ui-node.js similarity index 100% rename from src/main/webapp/scripts/project/schema-alignment-ui-node.js rename to src/main/webapp/scripts/protograph/schema-alignment-ui-node.js diff --git a/src/main/webapp/scripts/project/schema-alignment.js b/src/main/webapp/scripts/protograph/schema-alignment.js similarity index 100% rename from src/main/webapp/scripts/project/schema-alignment.js rename to src/main/webapp/scripts/protograph/schema-alignment.js diff --git a/src/main/webapp/scripts/project/data-table-cell-ui.js b/src/main/webapp/scripts/views/data-table-cell-ui.js similarity index 100% rename from src/main/webapp/scripts/project/data-table-cell-ui.js rename to src/main/webapp/scripts/views/data-table-cell-ui.js diff --git a/src/main/webapp/scripts/project/data-table-column-header-ui.js b/src/main/webapp/scripts/views/data-table-column-header-ui.js similarity index 100% rename from src/main/webapp/scripts/project/data-table-column-header-ui.js rename to src/main/webapp/scripts/views/data-table-column-header-ui.js diff --git a/src/main/webapp/scripts/project/data-table-view.js b/src/main/webapp/scripts/views/data-table-view.js similarity index 100% rename from src/main/webapp/scripts/project/data-table-view.js rename to src/main/webapp/scripts/views/data-table-view.js