mirror of
https://bitbucket.org/svk28/rac-gui
synced 2024-12-04 18:46:52 +00:00
Добавлены заглушки на добавление Соединений, сессий, блокировок и т.д.
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