Skip to content

Commit

Permalink
Drop the CSV files tab from Results page
Browse files Browse the repository at this point in the history
Re #26
  • Loading branch information
soininen committed Jun 6, 2023
1 parent 590925e commit a269215
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 210 deletions.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flextool3/static/flextool3/detail.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion flextool3/static/flextool3/edit.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flextool3/static/flextool3/entities.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion flextool3/static/flextool3/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions flextool3/static/flextool3/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"__plugin-vue_export-helper-4a5a23ee.js": {
"file": "assets/_plugin-vue_export-helper-4a5a23ee.js"
},
"_communication-61ce654c.js": {
"_communication-6d265523.js": {
"css": [
"assets/communication-1b59de5f.css"
],
"file": "assets/communication-61ce654c.js",
"file": "assets/communication-6d265523.js",
"imports": [
"__plugin-vue_export-helper-4a5a23ee.js"
]
},
"_executions-556d698b.js": {
"file": "assets/executions-556d698b.js",
"_executions-bd4e0130.js": {
"file": "assets/executions-bd4e0130.js",
"imports": [
"_communication-61ce654c.js"
"_communication-6d265523.js"
]
},
"communication.css": {
Expand All @@ -44,8 +44,8 @@
"file": "detail.js",
"imports": [
"__plugin-vue_export-helper-4a5a23ee.js",
"_communication-61ce654c.js",
"_executions-556d698b.js",
"_communication-6d265523.js",
"_executions-bd4e0130.js",
"_Fetchable-860fd563.js"
],
"isEntry": true,
Expand All @@ -55,7 +55,7 @@
"file": "edit.js",
"imports": [
"__plugin-vue_export-helper-4a5a23ee.js",
"_communication-61ce654c.js",
"_communication-6d265523.js",
"_Fetchable-860fd563.js"
],
"isEntry": true,
Expand All @@ -72,7 +72,7 @@
"file": "entities.js",
"imports": [
"__plugin-vue_export-helper-4a5a23ee.js",
"_communication-61ce654c.js",
"_communication-6d265523.js",
"_NewNamedItemRow-83c872c9.js",
"_Fetchable-860fd563.js"
],
Expand All @@ -90,7 +90,7 @@
"file": "index.js",
"imports": [
"__plugin-vue_export-helper-4a5a23ee.js",
"_communication-61ce654c.js"
"_communication-6d265523.js"
],
"isEntry": true,
"src": "src/index.js"
Expand All @@ -106,7 +106,7 @@
"file": "results.js",
"imports": [
"__plugin-vue_export-helper-4a5a23ee.js",
"_communication-61ce654c.js",
"_communication-6d265523.js",
"_Fetchable-860fd563.js"
],
"isEntry": true,
Expand All @@ -116,9 +116,9 @@
"file": "run.js",
"imports": [
"__plugin-vue_export-helper-4a5a23ee.js",
"_communication-61ce654c.js",
"_communication-6d265523.js",
"_Fetchable-860fd563.js",
"_executions-556d698b.js"
"_executions-bd4e0130.js"
],
"isEntry": true,
"src": "src/run.js"
Expand All @@ -127,7 +127,7 @@
"file": "scenarios.js",
"imports": [
"__plugin-vue_export-helper-4a5a23ee.js",
"_communication-61ce654c.js",
"_communication-6d265523.js",
"_NewNamedItemRow-83c872c9.js",
"_Fetchable-860fd563.js"
],
Expand Down
Loading

0 comments on commit a269215

Please sign in to comment.