Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcfe6cdd

Browse files
authored
Fix not loading any stimulus controllers (#674)
1 parentaac253b commitcfe6cdd

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

‎pgml-dashboard/templates/content/dashboard/tabs/deployments_tab.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
};
66
%>
77

8-
<turbo-frameid="deployments"src="/dashboard/deployments"data-turbo-permanent>
8+
<turbo-frameid="deployments"src="/dashboard/deployments">
99
<divclass="d-flex justify-content-center align-items-center py-5">Loading deployments, one moment...</div>
1010
</turbo-frame>
1111
<turbo-frameid="deployment"src="<%= source %>">

‎pgml-dashboard/templates/content/dashboard/tabs/models_tab.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
};
66
%>
77

8-
<turbo-frameid="models"src="/dashboard/models"data-turbo-permanent>
8+
<turbo-frameid="models"src="/dashboard/models">
99
<divclass="d-flex justify-content-center align-items-center py-5">Loading models, one moment...</div>
1010
</turbo-frame>
1111
<turbo-frameid="model"src="<%= source %>">

‎pgml-dashboard/templates/content/dashboard/tabs/projects_tab.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%>
77

88

9-
<turbo-frameid="projects"src="/dashboard/projects"data-turbo-permanent>
9+
<turbo-frameid="projects"src="/dashboard/projects">
1010
<divclass="d-flex justify-content-center align-items-center py-5">Loading projects, one moment...</div>
1111
</turbo-frame>
1212
<turbo-frameid="project"src="<%= source %>">

‎pgml-dashboard/templates/content/dashboard/tabs/snapshots_tab.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
};
66
%>
77

8-
<turbo-frameid="snapshots"src="/dashboard/snapshots"data-turbo-permanent>
8+
<turbo-frameid="snapshots"src="/dashboard/snapshots">
99
<divclass="d-flex justify-content-center align-items-center py-5">Loading snapshots, one moment...</div>
1010
</turbo-frame>
1111
<turbo-frameid="snapshot"src="<%= source %>">

‎pgml-dashboard/templates/content/dashboard/tabs/uploader_tab.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
};
66
%>
77

8-
<turbo-frameid="upload"src="/dashboard/uploader">
8+
<turbo-frameid="upload"src="/dashboard/uploader">
99
<divclass="d-flex justify-content-center align-items-center py-5">Loading snapshots, one moment...</div>
1010
</turbo-frame>
1111
<turbo-frameid="uploaded"src="<%= source %>">

‎pgml-dashboard/templates/layout/head.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
<scripttype="importmap-shim"data-turbo-track="reload">
6363
{
6464
"imports":{
65-
"@hotwired/stimulus":"<%= config::js_url("libs/stimulus-3.2.1.min.js") %>",
66-
"@lodash/core":"<%= config::js_url("libs/lodash-4.17.15-core.js") %>",
65+
"@hotwired/stimulus":"/dashboard/static/js/libs/stimulus-3.2.1.min.js",
66+
"@lodash/core":"/dashboard/static/js/libs/lodash-4.17.15-core.js",
6767
"@postgresml/main":"<%= config::js_url("main.js") %>"
6868
}
6969
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp