* Remove default value of table option in screen.
This commit is contained in:
@@ -1691,12 +1691,6 @@ 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->rowNum = 5;
|
||||
$tableOption->colNum = 6;
|
||||
$tableOption->borderSpacing = 1;
|
||||
return $tableOption;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user