Skip to content

Commit f2c650e

Browse files
committed
Fixed #82
1 parent 18ff198 commit f2c650e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

view/adminhtml/templates/dashboard.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
</li>
6565
<?php endif ?>
6666
<li data-tab="hosting" >
67-
<svg viewBox="100 100 300 300"><defs/><g fill="#FFF"><path d="M102 209.2v-15.7a2 2 0 012.8-2L205.5 240c.8.4 1.2 1 1.2 2v17.5c0 .8-.4 1.4-1.2 1.8l-100.7 48.4a2 2 0 01-2.8-1.8V292c0-.8.4-1.4 1.2-1.8l79.4-37.6a2 2 0 000-3.6l-79.4-38a2 2 0 01-1.2-2.1v.2zM255 311v-98.6c0-1.2-.8-2-2-2H229a2 2 0 01-2-2v-16.1c0-1.2.8-2 2-2h44.3c1.2 0 2 .8 2 2V311a40.4 40.4 0 01-40.3 40.2h-26.2a2 2 0 01-2-2v-16c0-1.3.8-2 2-2H235c11.1 0 20.1-9.1 20.1-20.2zm0-161h18.2c1.2 0 2 .8 2 2v16.1c0 1.2-.8 2-2 2H255a2 2 0 01-2-2v-16c0-1.3.8-2.1 2-2.1zM400 293v16c0 1.3-.8 2-2 2H297.3a2 2 0 01-2-2v-16c0-1.3.8-2 2-2H398c1.2 0 2 .7 2 2z"/></g></svg>
67+
<svg viewBox="100 100 300 300"><g fill="#FFF"><path d="M102 209.2v-15.7a2 2 0 012.8-2L205.5 240c.8.4 1.2 1 1.2 2v17.5c0 .8-.4 1.4-1.2 1.8l-100.7 48.4a2 2 0 01-2.8-1.8V292c0-.8.4-1.4 1.2-1.8l79.4-37.6a2 2 0 000-3.6l-79.4-38a2 2 0 01-1.2-2.1v.2zM255 311v-98.6c0-1.2-.8-2-2-2H229a2 2 0 01-2-2v-16.1c0-1.2.8-2 2-2h44.3c1.2 0 2 .8 2 2V311a40.4 40.4 0 01-40.3 40.2h-26.2a2 2 0 01-2-2v-16c0-1.3.8-2 2-2H235c11.1 0 20.1-9.1 20.1-20.2zm0-161h18.2c1.2 0 2 .8 2 2v16.1c0 1.2-.8 2-2 2H255a2 2 0 01-2-2v-16c0-1.3.8-2.1 2-2.1zM400 293v16c0 1.3-.8 2-2 2H297.3a2 2 0 01-2-2v-16c0-1.3.8-2 2-2H398c1.2 0 2 .7 2 2z"></path></g></svg>
6868
<span>Magento Hosting</span>
6969
</li>
7070
</ul>

view/adminhtml/templates/dns/dns_records.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
<div class="wrapper_left holds_table" >
1414
<span class="section_title" >DNS Records</span>
1515
<p>A, AAAA, and CNAME records can have their traffic routed through the Cloudflare system. Add more records using this form, and click the cloud next to each record to toggle Cloudflare on or off.</p>
16-
<div/>
16+
<div>
1717
<input class="search trigger-change" type="text" placeholder="Search DNS records" data-target="search" style="background-image: url(<?php echo $block->getViewFileUrl ('JetRails_Cloudflare/images/search.svg') ?>);" />
1818
</div>
19-
<div class="dynamic_wrapper" />
19+
<div class="dynamic_wrapper" >
2020
<select class="dynamic-trigger type" >
2121
<option value="a" selected >A</option>
2222
<option value="aaaa" >AAAA</option>

view/adminhtml/templates/ssl_tls/http_strict_transport_security.phtml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<div class="wrapper_left" >
99
<span class="section_title" >HTTP Strict Transport Security (HSTS)</span>
1010
<p>Enforce web security policy for your website.</p>
11-
<p style="display:none" class="option_enabled" >Status: <span><span/></p>
12-
<p style="display:none" class="option_max_age" >Max-Age: <span><span/></p>
13-
<p style="display:none" class="option_include_sub_domains" >Include Sub-Domains: <span><span/></p>
14-
<p style="display:none" class="option_preload" >Preload: <span><span/></p>
15-
<p style="display:none" class="option_no_sniff" >No-Sniff: <span><span/></p>
11+
<p style="display:none" class="option_enabled" >Status: <span></span></p>
12+
<p style="display:none" class="option_max_age" >Max-Age: <span></span></p>
13+
<p style="display:none" class="option_include_sub_domains" >Include Sub-Domains: <span></span></p>
14+
<p style="display:none" class="option_preload" >Preload: <span></span></p>
15+
<p style="display:none" class="option_no_sniff" >No-Sniff: <span></span></p>
1616
</div>
1717
<div class="wrapper_right" >
1818
<div>

0 commit comments

Comments
 (0)