1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

Remove Enable/Disable - duplication and inconsistent

This commit is contained in:
Elad Shechter 2022-02-07 17:44:26 +00:00
parent 47baed87e9
commit 464a687062

View file

@ -241,11 +241,6 @@ $smtpEnabled = $this->getParam('smtpEnabled', false);
</p> </p>
<?php endif; ?> <?php endif; ?>
</div> </div>
<hr />
<div class="text-align-center text-size-small text-bold text-success" data-ls-if="!!({{console-project.serviceStatusFor<?php echo ucFirst($this->escape($key)); ?>}})">Enabled</div>
<div class="text-align-center text-size-small text-bold text-danger" data-ls-if="(!{{console-project.serviceStatusFor<?php echo ucFirst($this->escape($key)); ?>}})">Disabled</div>
</div> </div>
</li> </li>
<?php endforeach; ?> <?php endforeach; ?>