Skip to content

Commit f222f8b

Browse files
author
Rafael Grigorian
committed
Fixed #53
1 parent 06338b4 commit f222f8b

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

default.vcl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#
32
# >jetrails_
43
#

view/adminhtml/templates/configuration.phtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<div class="card <?= $enabled ? "done" : "" ?>" data-section="Change Caching Application" >
2424
<div class="methods" >
2525
<fieldset class="method-container" >
26-
<h3>Set Caching Application<span><?= $enabled ? "Complete" : "Pending" ?></span></h3>
26+
<h3>Set Caching Application<span>Status: <?= $enabled ? "Completed" : "Pending" ?></span></h3>
2727
<p>The current caching application is set to <code><?= $enabled ? "Varnish Cache" : "Built-In Cache" ?></code>.</p>
2828
<p>
2929
The default caching application needs to be changed from Magento's Built-In Cache to Varnish Cache.
@@ -52,7 +52,7 @@
5252
<div class="card <?= $edited ? "done" : "" ?>" data-section="Configure Varnish Server(s)" >
5353
<div class="methods" >
5454
<fieldset class="method-container" >
55-
<h3>Configure Varnish Server(s)<span><?= $edited ? "Complete" : "Pending" ?></span></h3>
55+
<h3>Configure Varnish Server(s)<span>Status: <?= $edited ? "Completed" : "Pending" ?></span></h3>
5656
<p>
5757
We need to configure our Varnish server(s).
5858
This change can be made through the <b>Command-Line</b> or <b>Env Config File</b>.
@@ -108,7 +108,7 @@
108108
<div class="card <?= $installed ? "done" : "" ?>" data-section="Download Custom VCL" >
109109
<div class="methods" >
110110
<fieldset class="method-container" >
111-
<h3>Install Varnish Configuration File<span><?= $installed ? "Complete" : "Pending" ?></span></h3>
111+
<h3>Install Varnish Configuration File<span>Status: <?= $installed ? "Completed" : "Pending" ?></span></h3>
112112
<p>
113113
Each configured Varnish server needs to have their configuration file (usually found in <code>/etc/varnish/default.vcl</code>) updated. Once updated, the Varnish service on said server needs to be restarted so our configuration changes can be put into place. Generating the configuration contents can be done via <b>Command-Line</b> or <b>Admin-Dashboard</b>.
114114
</p>

view/adminhtml/web/css/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ section.varnish .card .method-container > h3 > span {
292292
border: solid 1px #00000030;
293293
box-sizing: border-box;
294294
color: #000000CC;
295-
background: url("../images/close.svg"), #ADA9A326;
295+
background: url("../images/close.svg"), #FFE046;
296296
background-repeat: no-repeat;
297297
background-position: 5px center;
298298
background-size: 16px;

0 commit comments

Comments
 (0)