From 75d3818dad99e732ea2ecbbf62b3f0c2dd2ba50a Mon Sep 17 00:00:00 2001 From: Denis Ovsienko Date: Tue, 4 Sep 2007 13:29:22 +0000 Subject: [PATCH] r1123 + new constant: PORTS_PER_ROW --- inc/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/config.php b/inc/config.php index 115ca1f8..c578cdfd 100644 --- a/inc/config.php +++ b/inc/config.php @@ -63,6 +63,9 @@ define ('TYPE_ROUTER', 7); // Row-scope picture scale factor. define ('ROW_SCALE', 2); +// Max switch port per one row on the switchvlans dynamic tab. +define ('PORTS_PER_ROW', 12); + // New-style image declarations. $image['error']['path'] = 'pix/error.png'; $image['error']['width'] = 76; -- 2.25.1