projects
/
racktables
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
43f0b5e
)
r1123 + new constant: PORTS_PER_ROW
author
Denis Ovsienko
<infrastation@yandex.ru>
Tue, 4 Sep 2007 13:29:22 +0000
(13:29 +0000)
committer
Denis Ovsienko
<infrastation@yandex.ru>
Tue, 4 Sep 2007 13:29:22 +0000
(13:29 +0000)
inc/config.php
patch
|
blob
|
blame
|
history
diff --git
a/inc/config.php
b/inc/config.php
index 115ca1f8a3fe35f4ce530af6086559ad1390a99b..c578cdfdf048519f1c392ece9ae02830e6e9798a 100644
(file)
--- 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;