From 3ef34edbb68d95c4cf662c52bfbc871c2164db65 Mon Sep 17 00:00:00 2001 From: cyrilphoenix71 Date: Mon, 3 Feb 2020 00:37:07 +0100 Subject: [PATCH] fix 1683 --- src/Model/Entity/EqLogic.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Model/Entity/EqLogic.php b/src/Model/Entity/EqLogic.php index 601b7b325..0e28462fb 100644 --- a/src/Model/Entity/EqLogic.php +++ b/src/Model/Entity/EqLogic.php @@ -1107,7 +1107,6 @@ public function preToHtml($viewType = EqLogicViewType::DASHBOARD, $_default = [] '#category#' => $this->getPrimaryCategory(), '#color#' => '#ffffff', '#border#' => 'none', - '#border-radius#' => '0px', '#style#' => '', '#max_width#' => '650px', '#logicalId#' => $this->getLogicalId(), @@ -1968,4 +1967,4 @@ public function getAllAttributes() 'object_id' => $this->object_id, ]; } -} \ No newline at end of file +}