Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cloud_dashboard
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
project
cloud_dashboard
Merge requests
!25
Issue
#3255988
: Prepare to merge to drupal/cloud:4.0.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Issue
#3255988
: Prepare to merge to drupal/cloud:4.0.0
issue/cloud_dashboard-3255988:3255988-prepare-to-merge
into
4.x
Overview
0
Commits
1
Pipelines
0
Changes
130
Closed
Yas Naoi
requested to merge
issue/cloud_dashboard-3255988:3255988-prepare-to-merge
into
4.x
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
130
Expand
0
0
Merge request reports
Compare
4.x
4.x (base)
and
latest version
latest version
0bc8bf1a
1 commit,
3 years ago
130 files
+
0
−
19906
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
130
Search (e.g. *.vue) (Ctrl+P)
cloud_dashboard/public/index.html deleted
100644 → 0
+
0
−
15
Options
<!DOCTYPE html>
<html
lang=
"ja"
>
<head>
<meta
charset=
"utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<link
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"
rel=
"stylesheet"
>
<title>
Cloud Dashboard
</title>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div
id=
"root"
></div>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"
></script>
</body>
</html>
Loading