Skip to content

Commit 68c165a

Browse files
committed
Added warning
1 parent 402f7b4 commit 68c165a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

views/css/admin.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
max-width: 100%;
2121
}
2222
}
23+
.module-content__warning{
24+
font-size:12px;
25+
color:#dc880a;
26+
text-align:center;
27+
line-height:20px;
28+
}
2329
.module-content__description{
2430
font-size:12px;
2531
color:#777;

views/templates/admin/configure.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
<span class="btn btn-primary clipboard" data-clipboard-target="#connect_url">{l s='copy' mod='vuefront'}</span>
2424
</div>
2525
</div>
26+
<p class="module-content__warning">
27+
<b>{l s='Heads up!' mod='vuefront'}</b> {l s='When visiting this URL via the browser you should see an error message. This is normal behavior for a GraphQL API. Please, continue with setting up your VueFront Web App.' mod='vuefront'}</p>
2628
<p class="module-content__description">
2729
{l s='This is your CMS Connect URL link that shares your Store data via GraphQL. When installing VueFront via the command line, you will be prompted to enter this URL. Simply copy and paste it into the command line.' mod='vuefront'}
2830
<br/>

0 commit comments

Comments
 (0)