File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
src/app/code/JetRails/Varnish/view/adminhtml/templates/adminhtml/cache/index Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ networks:
1212 - subnet : " 192.168.7.0/28"
1313services :
1414 php-fpm :
15- image : jetrails/magento-alpine:php-fpm-7.1
15+ image : jetrails/magento-alpine:php-fpm-7.2
1616 restart : unless-stopped
1717 volumes :
1818 - app-sync:/var/www/html:rw
@@ -26,7 +26,7 @@ services:
2626 - mysql
2727 - redis
2828 php-cli :
29- image : jetrails/magento-alpine:php-cli-7.1
29+ image : jetrails/magento-alpine:php-cli-7.2
3030 volumes :
3131 - app-sync:/var/www/html:rw
3232 networks :
@@ -37,7 +37,7 @@ services:
3737 - mysql
3838 - redis
3939 php-cron :
40- image : jetrails/magento-alpine:php-cron-7.1
40+ image : jetrails/magento-alpine:php-cron-7.2
4141 restart : unless-stopped
4242 volumes :
4343 - app-sync:/var/www/html:rw
Original file line number Diff line number Diff line change 99<div class="varnish-cache-management" >
1010 <h2>Varnish Cache™ Management</h2>
1111 <form method="post" action="<?= $ block ->getUrl ('varnish/purge/url ' ) ?> " >
12+ <?php echo $ block ->getBlockHtml ("formkey " ) ?>
1213 <span>Purge By URL:</span>
1314 <input type="text" placeholder="URL" name="url" />
1415 <button type="submit" ><span>Purge</span></button>
1920 </select>
2021 </form>
2122 <form method="post" action="<?= $ block ->getUrl ('varnish/purge/store ' ) ?> " >
23+ <?php echo $ block ->getBlockHtml ("formkey " ) ?>
2224 <span>Purge By Store:</span>
2325 <select name="id" class="admin__control-select" >
2426 <?php foreach ( $ data ->getStoreViews () as $ storeView ): ?>
2830 <button type="submit" ><span>Purge</span></button>
2931 </form>
3032 <form method="post" action="<?= $ block ->getUrl ('varnish/purge/all ' ) ?> " >
33+ <?php echo $ block ->getBlockHtml ("formkey " ) ?>
3134 <span style="margin-right: 324px;" >Purge All:</span>
3235 <button type="submit" ><span>Purge</span></button>
3336 </form>
You can’t perform that action at this time.
0 commit comments