Revert "* Add border style to metric's table in screen designer."
This reverts commit 782b28d5ac.
This commit is contained in:
@@ -1629,10 +1629,8 @@ class screenModel extends model
|
||||
if($metric->scope != 'system') $tableOption->objectPairs = $this->loadModel('metric')->getPairsByScope($metric->scope);
|
||||
$tableOption->scope = $metric->scope;
|
||||
|
||||
$tableOption->oddBGC = '#173250FF';
|
||||
$tableOption->evenBGC = '#0B1727FF';
|
||||
$tableOption->borderBGC = '#285A8EFF';
|
||||
$tableOption->borderSpacing = 1;
|
||||
$tableOption->oddBGC = '#173250FF';
|
||||
$tableOption->evenBGC = '#0B1727FF';
|
||||
return $tableOption;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user