Добавлены заглушки на добавление Соединений, сессий, блокировок и т.д.
This commit is contained in:
parent
6a9cac873b
commit
9613124f25
|
@ -1591,6 +1591,10 @@ proc Add::inet {tree host values} {
|
|||
}
|
||||
return $frm
|
||||
}
|
||||
proc Add::connections {tree host values} {return}
|
||||
proc Add::processes {tree host values} {return}
|
||||
proc Add::locks {tree host values} {return}
|
||||
proc Add::sessions {tree host values} {return}
|
||||
|
||||
proc Edit {} {
|
||||
global active_cluster host
|
||||
|
|
Loading…
Reference in New Issue
Block a user