Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MetExploreVizV4_Test_Page
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
metexplore
MetExploreVizV4_Test_Page
Commits
2f02c8cf
Commit
2f02c8cf
authored
4 months ago
by
Jean-Clement Gallardo
Browse files
Options
Downloads
Patches
Plain Diff
Fix config features -> have to be in public folder
parent
3127847b
No related branches found
Branches containing commit
Tags
0.1.2
Tags containing commit
No related merge requests found
Pipeline
#288326
passed
4 months ago
Stage: build
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/features.config.json
+0
-0
0 additions, 0 deletions
public/features.config.json
src/composables/FeaturesConfig.ts
+1
-1
1 addition, 1 deletion
src/composables/FeaturesConfig.ts
with
1 addition
and
1 deletion
features.config.json
→
public/
features.config.json
+
0
−
0
View file @
2f02c8cf
File moved
This diff is collapsed.
Click to expand it.
src/composables/FeaturesConfig.ts
+
1
−
1
View file @
2f02c8cf
...
...
@@ -2,7 +2,7 @@ import { headerButtonList } from "@/kits/HeaderButton";
import
{
listItems
}
from
"
@/kits/HeaderDropDownItem
"
;
export
async
function
initConfig
()
{
const
configFile
=
await
getContentFromURL
(
'
@/.
./features.config.json
'
);
const
configFile
=
await
getContentFromURL
(
'
./features.config.json
'
);
const
config
=
JSON
.
parse
(
configFile
);
const
listButtons
=
[];
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment