Moved docs file into doc dit
This commit is contained in:
@@ -177,9 +177,15 @@ proc InsertClusterItems {tree id} {
|
||||
|
||||
proc InsertBaseItems {tree id} {
|
||||
set parent "infobase::$id"
|
||||
$tree insert $parent end -id "sessions::$id" -text "Сеансы" -values "$id"
|
||||
$tree insert $parent end -id "locks::$id" -text "Блокировки" -values "$id"
|
||||
$tree insert $parent end -id "connections::$id" -text "Соединения" -values "$id"
|
||||
if { [$tree exists "sessions::$id"] == 0 } {
|
||||
$tree insert $parent end -id "sessions::$id" -text "Сеансы" -values "$id"
|
||||
}
|
||||
if { [$tree exists "locks::$id"] == 0 } {
|
||||
$tree insert $parent end -id "locks::$id" -text "Блокировки" -values "$id"
|
||||
}
|
||||
if { [$tree exists "connections::$id"] == 0 } {
|
||||
$tree insert $parent end -id "connections::$id" -text "Соединения" -values "$id"
|
||||
}
|
||||
}
|
||||
|
||||
proc DebugInfo {widget f} {
|
||||
@@ -198,3 +204,4 @@ proc DebugInfo {widget f} {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user