Skip to content

Commit bf8d3a3

Browse files
committed
Merge branch 'ssh-copy-id' of ssh://github.com/C4T-BuT-S4D/ctf_dashboard into ssh-copy-id
2 parents ec2b79a + 20e266e commit bf8d3a3

File tree

3 files changed

+3
-133
lines changed

3 files changed

+3
-133
lines changed

front/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "front",
2+
"name": "cbs-dash",
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {

front/public/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
8-
<title><%= htmlWebpackPlugin.options.title %></title>
8+
<title>CBS Dashboard</title>
99
</head>
1010
<body>
1111
<noscript>
12-
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
12+
<strong>We're sorry but CBS Dash doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
1313
</noscript>
1414
<div id="app"></div>
1515
<!-- built files will be auto injected -->

front/src/components/HelloWorld.vue

-130
This file was deleted.

0 commit comments

Comments
 (0)