This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
########################################################################## | |
# script to check if the jwilder proxy container is already running | |
# and if the ngnix-proxy network exists | |
# run before "docker-compose up -d" if you use nginx-proxy for several projects | |
# see https://github.com/docker/compose/issues/2075 | |
########################################################################## | |
if [ ! "$(docker network ls | grep nginx-proxy)" ]; then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2019-04-02T16:16:06.011Z","extensionVersion":"v3.2.7"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//{block name="backend/order/view/detail/overview"} | |
// {$smarty.block.parent} | |
Ext.define('Shopware.apps.RahExtendOrder.view.detail.Overview', { | |
override: 'Shopware.apps.Order.view.detail.Overview', | |
/** | |
* Creates the XTemplate for an address information panel, including department and salutation. | |
* | |
* @return [Ext.XTemplate] generated Ext.XTemplate | |
*/ | |
createAddressTemplate: function () { |