projects
/
racktables
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d724d29
)
r2752 - renderCell(): handle 'ipv4net' realm
author
Denis Ovsienko
<infrastation@yandex.ru>
Fri, 15 May 2009 12:55:56 +0000
(12:55 +0000)
committer
Denis Ovsienko
<infrastation@yandex.ru>
Fri, 15 May 2009 12:55:56 +0000
(12:55 +0000)
inc/interface.php
patch
|
blob
|
blame
|
history
diff --git
a/inc/interface.php
b/inc/interface.php
index 668b08694ebfe910f37ac3b4ad3ca240900cee30..d6f5efaa0a4830162f4478ad417389d98d2f0ea8 100644
(file)
--- a/
inc/interface.php
+++ b/
inc/interface.php
@@
-5597,6
+5597,9
@@
function renderCell ($cell)
case 'ipv4rspool':
renderRSPoolCell ($cell['id'], $cell['name']);
break;
+ case 'ipv4net':
+ renderIPv4NetCell ($cell);
+ break;
default:
showError ('odd data', __FUNCTION__);
break;