Advertisement
Guest User

Untitled

a guest
Jun 15th, 2014
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 118.06 KB | None | 0 0
  1. NHANDLED EXCEPTION (2014-06-15 18:27:54.916131)
  2. Working directory: /opt/noc
  3. <class 'mongoengine.base.ValidationError'>
  4. Unable to dereference <class 'noc.inv.models.objectmodel.ObjectModel'>:528ba0faf3b682005b9788a1
  5. START OF TRACEBACK
  6. ------------------------------------------------------------------------
  7. File: /opt/noc/lib/nosql.py (Line: 105)
  8. Function: __get__
  9. 98 # Dereference DBRefs
  10. 99 if isinstance(value, ObjectId):
  11. 100 v = self.document_type.objects(id=value).first()
  12. 101 if v is not None:
  13. 102 instance._data[self.name] = v
  14. 103 else:
  15. 104 raise ValidationError("Unable to dereference %s:%s" % (
  16. 105 ==> self.document_type, value))
  17. 106 return super(PlainReferenceField, self).__get__(instance, owner)
  18. 107
  19. 108 def to_mongo(self, document):
  20. 109 if isinstance(document, Document):
  21. 110 # We need the id from the saved object to create the DBRef
  22. 111 id_ = document.id
  23. Variables:
  24. owner = <class 'noc.inv.models.object.Object'>
  25. instance = <Object: 532c259df3b6826da1570e31>
  26. self = <noc.lib.nosql.PlainReferenceField object at 0x81037a610>
  27. value = ObjectId('528ba0faf3b682005b9788a1')
  28. v = None
  29. ------------------------------------------------------------------------
  30. File: /opt/noc/inv/apps/inv/views.py (Line: 97)
  31. Function: api_node
  32. 90 ]
  33. 91 # Collect inner connections
  34. 92 children += [
  35. 93 (name, o) for name, o, _ in container.get_inner_connections()
  36. 94 ]
  37. 95 # Build node interface
  38. 96 for name, o in children:
  39. 97 ==> m_plugins = o.model.plugins or []
  40. 98 disabled_plugins = set(p[1:] for p in m_plugins if p.startswith("-"))
  41. 99 n = {
  42. 100 "id": str(o.id),
  43. 101 "name": name,
  44. 102 "plugins": [],
  45. 103 "can_add": bool(o.get_data("container", "container"))
  46. Variables:
  47. m_plugins = []
  48. container = <Object: Global Lost&Found>
  49. name = None
  50. disabled_plugins = set([])
  51. self = <noc.inv.apps.inv.views.InvApplication object at 0x811740d10>
  52. request =
  53. <WSGIRequest
  54. path:/inv/inv/node/,
  55. GET:<QueryDict: {u'node': [u'530afb52f3b682045a7bce89'], u'_dc': [u'1402842413288']}>,
  56. POST:<QueryDict: {}>,
  57. COOKIES:{'csrftoken': '102bc6e214b4272a803d0c0a1dd106aa',
  58. 'sessionid': '71296f7d32497bba1498c201a8ca1d02'},
  59. META:{'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
  60. 'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
  61. 'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5',
  62. 'HTTP_CONNECTION': 'close',
  63. 'HTTP_COOKIE': 'csrftoken=102bc6e214b4272a803d0c0a1dd106aa; sessionid=71296f7d32497bba1498c201a8ca1d02',
  64. 'HTTP_DNT': '1',
  65. 'HTTP_HOST': '127.0.0.1:8000',
  66. 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0',
  67. 'PATH_INFO': u'/inv/inv/node/',
  68. 'QUERY_STRING': '_dc=1402842413288&node=530afb52f3b682045a7bce89',
  69. 'REMOTE_ADDR': '127.0.0.1',
  70. 'REQUEST_METHOD': 'GET',
  71. 'SCRIPT_NAME': u'',
  72. 'SERVER_NAME': '127.0.0.1',
  73. 'SERVER_PORT': '8000',
  74. 'SERVER_PROTOCOL': 'HTTP/1.0',
  75. 'wsgi.errors': <open file '/dev/null', mode 'a+' at 0x8074a8150>,
  76. 'wsgi.input': <_io.BytesIO object at 0x812128ef0>,
  77. 'wsgi.multiprocess': True,
  78. 'wsgi.multithread': False,
  79. 'wsgi.run_once': False,
  80. 'wsgi.url_scheme': 'http',
  81. 'wsgi.version': (1, 0)}>
  82. o = <Object: 532c259df3b6826da1570e31>
  83. n =
  84. {'can_add': False,
  85. 'id': '532c259df3b6826da1570e2f',
  86. 'leaf': True,
  87. 'name': None,
  88. 'plugins': [{'name': 'inventory',
  89. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  90. {'name': 'data', 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  91. {'name': 'comment',
  92. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  93. {'name': 'file', 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  94. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]}
  95. p = {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}
  96. r =
  97. [{'can_add': False,
  98. 'expanded': False,
  99. 'id': '530afb7bf3b68204781764d1',
  100. 'name': u'cat-semashko',
  101. 'plugins': [{'name': 'inventory',
  102. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  103. {'name': 'managedobject',
  104. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  105. {'name': 'data',
  106. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  107. {'name': 'comment',
  108. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  109. {'name': 'file',
  110. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  111. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  112. {'can_add': False,
  113. 'id': '530afc80f3b68204781764e3',
  114. 'leaf': True,
  115. 'name': u'isam-timiryazeva39',
  116. 'plugins': [{'name': 'inventory',
  117. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  118. {'name': 'managedobject',
  119. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  120. {'name': 'data',
  121. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  122. {'name': 'comment',
  123. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  124. {'name': 'file',
  125. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  126. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  127. {'can_add': False,
  128. 'id': '530b02dcf3b682047817650c',
  129. 'leaf': True,
  130. 'name': u'isam-beketova13',
  131. 'plugins': [{'name': 'inventory',
  132. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  133. {'name': 'managedobject',
  134. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  135. {'name': 'data',
  136. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  137. {'name': 'comment',
  138. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  139. {'name': 'file',
  140. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  141. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  142. {'can_add': False,
  143. 'id': '530b0703f3b6820478176519',
  144. 'leaf': True,
  145. 'name': u'isam-blohina',
  146. 'plugins': [{'name': 'inventory',
  147. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  148. {'name': 'managedobject',
  149. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  150. {'name': 'data',
  151. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  152. {'name': 'comment',
  153. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  154. {'name': 'file',
  155. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  156. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  157. {'can_add': False,
  158. 'expanded': False,
  159. 'id': '530b108ff3b6820478176527',
  160. 'name': u'cat-vaneeva127',
  161. 'plugins': [{'name': 'inventory',
  162. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  163. {'name': 'managedobject',
  164. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  165. {'name': 'data',
  166. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  167. {'name': 'comment',
  168. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  169. {'name': 'file',
  170. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  171. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  172. {'can_add': False,
  173. 'id': '530b17a5f3b6820478176564',
  174. 'leaf': True,
  175. 'name': u'isam-19',
  176. 'plugins': [{'name': 'inventory',
  177. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  178. {'name': 'managedobject',
  179. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  180. {'name': 'data',
  181. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  182. {'name': 'comment',
  183. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  184. {'name': 'file',
  185. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  186. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  187. {'can_add': False,
  188. 'expanded': False,
  189. 'id': '530b1b6af3b682047817659e',
  190. 'name': u'cat-vks-obschezh',
  191. 'plugins': [{'name': 'inventory',
  192. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  193. {'name': 'managedobject',
  194. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  195. {'name': 'data',
  196. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  197. {'name': 'comment',
  198. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  199. {'name': 'file',
  200. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  201. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  202. {'can_add': False,
  203. 'expanded': False,
  204. 'id': '530b1bc8f3b68204781765b9',
  205. 'name': u'cat-m-zarech',
  206. 'plugins': [{'name': 'inventory',
  207. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  208. {'name': 'managedobject',
  209. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  210. {'name': 'data',
  211. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  212. {'name': 'comment',
  213. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  214. {'name': 'file',
  215. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  216. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  217. {'can_add': False,
  218. 'expanded': False,
  219. 'id': '530b1c4cf3b682047817660f',
  220. 'name': u'cat-raynisa',
  221. 'plugins': [{'name': 'inventory',
  222. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  223. {'name': 'managedobject',
  224. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  225. {'name': 'data',
  226. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  227. {'name': 'comment',
  228. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  229. {'name': 'file',
  230. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  231. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  232. {'can_add': False,
  233. 'expanded': False,
  234. 'id': '530b1c9af3b6820478176660',
  235. 'name': u'cat-vks-borkovka',
  236. 'plugins': [{'name': 'inventory',
  237. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  238. {'name': 'managedobject',
  239. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  240. {'name': 'data',
  241. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  242. {'name': 'comment',
  243. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  244. {'name': 'file',
  245. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  246. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  247. {'can_add': False,
  248. 'expanded': False,
  249. 'id': '530b1d23f3b68204781766b6',
  250. 'name': u'cat-bykova',
  251. 'plugins': [{'name': 'inventory',
  252. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  253. {'name': 'managedobject',
  254. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  255. {'name': 'data',
  256. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  257. {'name': 'comment',
  258. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  259. {'name': 'file',
  260. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  261. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  262. {'can_add': False,
  263. 'expanded': False,
  264. 'id': '530b1f76f3b6820478176761',
  265. 'name': u'cat-vks-pavlova',
  266. 'plugins': [{'name': 'inventory',
  267. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  268. {'name': 'managedobject',
  269. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  270. {'name': 'data',
  271. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  272. {'name': 'comment',
  273. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  274. {'name': 'file',
  275. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  276. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  277. {'can_add': False,
  278. 'id': '530b3e88f3b68208fd28657d',
  279. 'leaf': True,
  280. 'name': u'isam-larina7-1',
  281. 'plugins': [{'name': 'inventory',
  282. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  283. {'name': 'managedobject',
  284. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  285. {'name': 'data',
  286. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  287. {'name': 'comment',
  288. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  289. {'name': 'file',
  290. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  291. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  292. {'can_add': False,
  293. 'id': '530b3e89f3b68208fd286581',
  294. 'leaf': True,
  295. 'name': u'isam-port',
  296. 'plugins': [{'name': 'inventory',
  297. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  298. {'name': 'managedobject',
  299. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  300. {'name': 'data',
  301. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  302. {'name': 'comment',
  303. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  304. {'name': 'file',
  305. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  306. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  307. {'can_add': False,
  308. 'id': '530b3e8df3b68208fd286588',
  309. 'leaf': True,
  310. 'name': u'isam-mosmart',
  311. 'plugins': [{'name': 'inventory',
  312. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  313. {'name': 'managedobject',
  314. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  315. {'name': 'data',
  316. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  317. {'name': 'comment',
  318. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  319. {'name': 'file',
  320. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  321. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  322. {'can_add': False,
  323. 'id': '530b47a1f3b6820a6759abfc',
  324. 'leaf': True,
  325. 'name': u'isam-yuzhnoe',
  326. 'plugins': [{'name': 'inventory',
  327. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  328. {'name': 'managedobject',
  329. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  330. {'name': 'data',
  331. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  332. {'name': 'comment',
  333. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  334. {'name': 'file',
  335. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  336. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  337. {'can_add': False,
  338. 'id': '530b5ddff3b6820a6759ac81',
  339. 'leaf': True,
  340. 'name': u'isam-zmile',
  341. 'plugins': [{'name': 'inventory',
  342. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  343. {'name': 'managedobject',
  344. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  345. {'name': 'data',
  346. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  347. {'name': 'comment',
  348. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  349. {'name': 'file',
  350. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  351. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  352. {'can_add': False,
  353. 'id': '530b5fcaf3b6820a6759ac85',
  354. 'leaf': True,
  355. 'name': u'isam-mkazakova',
  356. 'plugins': [{'name': 'inventory',
  357. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  358. {'name': 'managedobject',
  359. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  360. {'name': 'data',
  361. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  362. {'name': 'comment',
  363. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  364. {'name': 'file',
  365. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  366. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  367. {'can_add': False,
  368. 'id': '530b62b3f3b6820a6759ac9f',
  369. 'leaf': True,
  370. 'name': u'isam-gaz',
  371. 'plugins': [{'name': 'inventory',
  372. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  373. {'name': 'managedobject',
  374. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  375. {'name': 'data',
  376. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  377. {'name': 'comment',
  378. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  379. {'name': 'file',
  380. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  381. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  382. {'can_add': False,
  383. 'id': '530b688bf3b6820a6759accc',
  384. 'leaf': True,
  385. 'name': u'isam-bor',
  386. 'plugins': [{'name': 'inventory',
  387. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  388. {'name': 'managedobject',
  389. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  390. {'name': 'data',
  391. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  392. {'name': 'comment',
  393. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  394. {'name': 'file',
  395. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  396. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  397. {'can_add': False,
  398. 'id': '530b6e53f3b6820a6759acf8',
  399. 'leaf': True,
  400. 'name': u'isam-kostina3',
  401. 'plugins': [{'name': 'inventory',
  402. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  403. {'name': 'managedobject',
  404. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  405. {'name': 'data',
  406. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  407. {'name': 'comment',
  408. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  409. {'name': 'file',
  410. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  411. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  412. {'can_add': False,
  413. 'id': '530b759bf3b68211a60bcd20',
  414. 'leaf': True,
  415. 'name': u'isam-dzr-pyra',
  416. 'plugins': [{'name': 'inventory',
  417. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  418. {'name': 'managedobject',
  419. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  420. {'name': 'data',
  421. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  422. {'name': 'comment',
  423. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  424. {'name': 'file',
  425. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  426. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  427. {'can_add': False,
  428. 'id': '530b7724f3b68211a60bcd28',
  429. 'leaf': True,
  430. 'name': u'cat-77-14',
  431. 'plugins': [{'name': 'inventory',
  432. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  433. {'name': 'managedobject',
  434. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  435. {'name': 'data',
  436. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  437. {'name': 'comment',
  438. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  439. {'name': 'file',
  440. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  441. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  442. {'can_add': False,
  443. 'id': '530b7ab1f3b68211a60bcd40',
  444. 'leaf': True,
  445. 'name': u'isam-betankura1',
  446. 'plugins': [{'name': 'inventory',
  447. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  448. {'name': 'managedobject',
  449. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  450. {'name': 'data',
  451. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  452. {'name': 'comment',
  453. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  454. {'name': 'file',
  455. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  456. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  457. {'can_add': False,
  458. 'id': '530b8288f3b68211a60bcd80',
  459. 'leaf': True,
  460. 'name': u'isam-vyksa',
  461. 'plugins': [{'name': 'inventory',
  462. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  463. {'name': 'managedobject',
  464. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  465. {'name': 'data',
  466. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  467. {'name': 'comment',
  468. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  469. {'name': 'file',
  470. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  471. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  472. {'can_add': False,
  473. 'id': '530b82fbf3b68211a60bcd84',
  474. 'leaf': True,
  475. 'name': u'isam-23',
  476. 'plugins': [{'name': 'inventory',
  477. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  478. {'name': 'managedobject',
  479. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  480. {'name': 'data',
  481. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  482. {'name': 'comment',
  483. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  484. {'name': 'file',
  485. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  486. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  487. {'can_add': False,
  488. 'id': '530b8e8af3b68211a60bcdc8',
  489. 'leaf': True,
  490. 'name': u'isam-shekspira',
  491. 'plugins': [{'name': 'inventory',
  492. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  493. {'name': 'managedobject',
  494. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  495. {'name': 'data',
  496. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  497. {'name': 'comment',
  498. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  499. {'name': 'file',
  500. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  501. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  502. {'can_add': False,
  503. 'id': '530b8f4bf3b68211a60bcdcc',
  504. 'leaf': True,
  505. 'name': u'isam-alsad',
  506. 'plugins': [{'name': 'inventory',
  507. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  508. {'name': 'managedobject',
  509. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  510. {'name': 'data',
  511. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  512. {'name': 'comment',
  513. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  514. {'name': 'file',
  515. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  516. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  517. {'can_add': False,
  518. 'id': '530b91eaf3b68211a60bcde4',
  519. 'leaf': True,
  520. 'name': u'isam-arz-kirova54',
  521. 'plugins': [{'name': 'inventory',
  522. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  523. {'name': 'managedobject',
  524. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  525. {'name': 'data',
  526. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  527. {'name': 'comment',
  528. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  529. {'name': 'file',
  530. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  531. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  532. {'can_add': False,
  533. 'id': '530bb34ef3b68211a60bcecd',
  534. 'leaf': True,
  535. 'name': u'isam-politeh6k',
  536. 'plugins': [{'name': 'inventory',
  537. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  538. {'name': 'managedobject',
  539. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  540. {'name': 'data',
  541. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  542. {'name': 'comment',
  543. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  544. {'name': 'file',
  545. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  546. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  547. {'can_add': False,
  548. 'id': '530bb501f3b68211a60bcee9',
  549. 'leaf': True,
  550. 'name': u'isam-july',
  551. 'plugins': [{'name': 'inventory',
  552. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  553. {'name': 'managedobject',
  554. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  555. {'name': 'data',
  556. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  557. {'name': 'comment',
  558. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  559. {'name': 'file',
  560. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  561. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  562. {'can_add': False,
  563. 'expanded': False,
  564. 'id': '530bcb1ff3b68211a60bcf65',
  565. 'name': u'cat-77-2',
  566. 'plugins': [{'name': 'inventory',
  567. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  568. {'name': 'managedobject',
  569. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  570. {'name': 'data',
  571. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  572. {'name': 'comment',
  573. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  574. {'name': 'file',
  575. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  576. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  577. {'can_add': False,
  578. 'id': '530bd223f3b68211a60bcf97',
  579. 'leaf': True,
  580. 'name': u'isam-pamir',
  581. 'plugins': [{'name': 'inventory',
  582. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  583. {'name': 'managedobject',
  584. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  585. {'name': 'data',
  586. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  587. {'name': 'comment',
  588. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  589. {'name': 'file',
  590. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  591. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  592. {'can_add': False,
  593. 'id': '530bd6b5f3b68211a60bcfc3',
  594. 'leaf': True,
  595. 'name': u'isam-zhukova',
  596. 'plugins': [{'name': 'inventory',
  597. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  598. {'name': 'managedobject',
  599. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  600. {'name': 'data',
  601. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  602. {'name': 'comment',
  603. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  604. {'name': 'file',
  605. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  606. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  607. {'can_add': False,
  608. 'id': '530bdcfff3b68211a60bcfdb',
  609. 'leaf': True,
  610. 'name': u'isam-dzr-royal',
  611. 'plugins': [{'name': 'inventory',
  612. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  613. {'name': 'managedobject',
  614. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  615. {'name': 'data',
  616. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  617. {'name': 'comment',
  618. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  619. {'name': 'file',
  620. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  621. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  622. {'can_add': False,
  623. 'id': '530beafef3b68211a60bd02f',
  624. 'leaf': True,
  625. 'name': u'isam-volzhskaya10',
  626. 'plugins': [{'name': 'inventory',
  627. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  628. {'name': 'managedobject',
  629. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  630. {'name': 'data',
  631. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  632. {'name': 'comment',
  633. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  634. {'name': 'file',
  635. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  636. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  637. {'can_add': False,
  638. 'id': '530bec73f3b68211a60bd047',
  639. 'leaf': True,
  640. 'name': u'isam-barrikad',
  641. 'plugins': [{'name': 'inventory',
  642. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  643. {'name': 'managedobject',
  644. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  645. {'name': 'data',
  646. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  647. {'name': 'comment',
  648. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  649. {'name': 'file',
  650. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  651. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  652. {'can_add': False,
  653. 'expanded': False,
  654. 'id': '530bef63f3b68211a60bd05f',
  655. 'name': u'cat-uljanova1',
  656. 'plugins': [{'name': 'inventory',
  657. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  658. {'name': 'managedobject',
  659. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  660. {'name': 'data',
  661. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  662. {'name': 'comment',
  663. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  664. {'name': 'file',
  665. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  666. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  667. {'can_add': False,
  668. 'id': '530bf015f3b68211a60bd071',
  669. 'leaf': True,
  670. 'name': u'isam-bogdanovicha',
  671. 'plugins': [{'name': 'inventory',
  672. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  673. {'name': 'managedobject',
  674. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  675. {'name': 'data',
  676. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  677. {'name': 'comment',
  678. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  679. {'name': 'file',
  680. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  681. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  682. {'can_add': False,
  683. 'id': '530bf480f3b68211a60bd08d',
  684. 'leaf': True,
  685. 'name': u'isam-uljanova',
  686. 'plugins': [{'name': 'inventory',
  687. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  688. {'name': 'managedobject',
  689. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  690. {'name': 'data',
  691. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  692. {'name': 'comment',
  693. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  694. {'name': 'file',
  695. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  696. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  697. {'can_add': False,
  698. 'id': '530bf555f3b68211a60bd091',
  699. 'leaf': True,
  700. 'name': u'isam-samarkandskaya',
  701. 'plugins': [{'name': 'inventory',
  702. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  703. {'name': 'managedobject',
  704. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  705. {'name': 'data',
  706. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  707. {'name': 'comment',
  708. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  709. {'name': 'file',
  710. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  711. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  712. {'can_add': False,
  713. 'id': '530bf633f3b68211a60bd095',
  714. 'leaf': True,
  715. 'name': u'isam-belinka32',
  716. 'plugins': [{'name': 'inventory',
  717. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  718. {'name': 'managedobject',
  719. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  720. {'name': 'data',
  721. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  722. {'name': 'comment',
  723. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  724. {'name': 'file',
  725. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  726. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  727. {'can_add': False,
  728. 'id': '530bf7bcf3b68211a60bd0ad',
  729. 'leaf': True,
  730. 'name': u'isam-zav',
  731. 'plugins': [{'name': 'inventory',
  732. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  733. {'name': 'managedobject',
  734. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  735. {'name': 'data',
  736. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  737. {'name': 'comment',
  738. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  739. {'name': 'file',
  740. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  741. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  742. {'can_add': False,
  743. 'id': '530bfa62f3b68211a60bd0c5',
  744. 'leaf': True,
  745. 'name': u'isam-muravey',
  746. 'plugins': [{'name': 'inventory',
  747. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  748. {'name': 'managedobject',
  749. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  750. {'name': 'data',
  751. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  752. {'name': 'comment',
  753. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  754. {'name': 'file',
  755. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  756. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  757. {'can_add': False,
  758. 'id': '530c067ff3b68211a60bd105',
  759. 'leaf': True,
  760. 'name': u'isam-dzr-25',
  761. 'plugins': [{'name': 'inventory',
  762. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  763. {'name': 'managedobject',
  764. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  765. {'name': 'data',
  766. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  767. {'name': 'comment',
  768. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  769. {'name': 'file',
  770. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  771. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  772. {'can_add': False,
  773. 'id': '530c0707f3b68211a60bd109',
  774. 'leaf': True,
  775. 'name': u'isam-bor-zerkalo',
  776. 'plugins': [{'name': 'inventory',
  777. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  778. {'name': 'managedobject',
  779. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  780. {'name': 'data',
  781. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  782. {'name': 'comment',
  783. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  784. {'name': 'file',
  785. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  786. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  787. {'can_add': False,
  788. 'id': '530c070af3b68211a60bd10d',
  789. 'leaf': True,
  790. 'name': u'isam-start',
  791. 'plugins': [{'name': 'inventory',
  792. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  793. {'name': 'managedobject',
  794. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  795. {'name': 'data',
  796. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  797. {'name': 'comment',
  798. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  799. {'name': 'file',
  800. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  801. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  802. {'can_add': False,
  803. 'id': '530c0a5ef3b68211a60bd125',
  804. 'leaf': True,
  805. 'name': u'isam-lopatina8',
  806. 'plugins': [{'name': 'inventory',
  807. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  808. {'name': 'managedobject',
  809. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  810. {'name': 'data',
  811. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  812. {'name': 'comment',
  813. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  814. {'name': 'file',
  815. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  816. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  817. {'can_add': False,
  818. 'id': '530c1060f3b68211a60bd151',
  819. 'leaf': True,
  820. 'name': u'isam-larina7-2',
  821. 'plugins': [{'name': 'inventory',
  822. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  823. {'name': 'managedobject',
  824. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  825. {'name': 'data',
  826. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  827. {'name': 'comment',
  828. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  829. {'name': 'file',
  830. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  831. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  832. {'can_add': False,
  833. 'id': '530c19acf3b68211a60bd191',
  834. 'leaf': True,
  835. 'name': u'isam-40',
  836. 'plugins': [{'name': 'inventory',
  837. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  838. {'name': 'managedobject',
  839. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  840. {'name': 'data',
  841. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  842. {'name': 'comment',
  843. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  844. {'name': 'file',
  845. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  846. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  847. {'can_add': False,
  848. 'id': '530c2544f3b68211a60bd1d5',
  849. 'leaf': True,
  850. 'name': u'isam-nmts',
  851. 'plugins': [{'name': 'inventory',
  852. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  853. {'name': 'managedobject',
  854. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  855. {'name': 'data',
  856. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  857. {'name': 'comment',
  858. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  859. {'name': 'file',
  860. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  861. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  862. {'can_add': False,
  863. 'id': '530c3237f3b68211a60bd235',
  864. 'leaf': True,
  865. 'name': u'isam-resh',
  866. 'plugins': [{'name': 'inventory',
  867. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  868. {'name': 'managedobject',
  869. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  870. {'name': 'data',
  871. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  872. {'name': 'comment',
  873. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  874. {'name': 'file',
  875. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  876. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  877. {'can_add': False,
  878. 'id': '530c32f0f3b68211a60bd239',
  879. 'leaf': True,
  880. 'name': u'isam-68',
  881. 'plugins': [{'name': 'inventory',
  882. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  883. {'name': 'managedobject',
  884. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  885. {'name': 'data',
  886. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  887. {'name': 'comment',
  888. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  889. {'name': 'file',
  890. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  891. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  892. {'can_add': False,
  893. 'id': '530c3335f3b68211a60bd23d',
  894. 'leaf': True,
  895. 'name': u'isam-53',
  896. 'plugins': [{'name': 'inventory',
  897. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  898. {'name': 'managedobject',
  899. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  900. {'name': 'data',
  901. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  902. {'name': 'comment',
  903. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  904. {'name': 'file',
  905. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  906. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  907. {'can_add': False,
  908. 'id': '530c4243f3b68211a60bd2a5',
  909. 'leaf': True,
  910. 'name': u'isam-metro',
  911. 'plugins': [{'name': 'inventory',
  912. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  913. {'name': 'managedobject',
  914. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  915. {'name': 'data',
  916. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  917. {'name': 'comment',
  918. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  919. {'name': 'file',
  920. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  921. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  922. {'can_add': False,
  923. 'id': '530c48a5f3b68211a60bd2d1',
  924. 'leaf': True,
  925. 'name': u'isam-niickd',
  926. 'plugins': [{'name': 'inventory',
  927. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  928. {'name': 'managedobject',
  929. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  930. {'name': 'data',
  931. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  932. {'name': 'comment',
  933. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  934. {'name': 'file',
  935. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  936. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  937. {'can_add': False,
  938. 'expanded': False,
  939. 'id': '530c6092f3b68211a60bd365',
  940. 'name': u'cat-kulibina-1',
  941. 'plugins': [{'name': 'inventory',
  942. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  943. {'name': 'managedobject',
  944. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  945. {'name': 'data',
  946. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  947. {'name': 'comment',
  948. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  949. {'name': 'file',
  950. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  951. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  952. {'can_add': False,
  953. 'id': '530c803cf3b6822e0ad62d5f',
  954. 'leaf': True,
  955. 'name': u'isam-26',
  956. 'plugins': [{'name': 'inventory',
  957. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  958. {'name': 'managedobject',
  959. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  960. {'name': 'data',
  961. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  962. {'name': 'comment',
  963. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  964. {'name': 'file',
  965. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  966. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  967. {'can_add': False,
  968. 'expanded': False,
  969. 'id': '53510a20f3b6821887a86581',
  970. 'name': u'bb-proletarka',
  971. 'plugins': [{'name': 'inventory',
  972. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  973. {'name': 'managedobject',
  974. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  975. {'name': 'data',
  976. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  977. {'name': 'comment',
  978. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  979. {'name': 'file',
  980. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  981. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  982. {'can_add': False,
  983. 'id': '530cbf3cf3b6822e0ad63169',
  984. 'leaf': True,
  985. 'name': None,
  986. 'plugins': [{'name': 'inventory',
  987. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  988. {'name': 'data',
  989. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  990. {'name': 'comment',
  991. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  992. {'name': 'file',
  993. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  994. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  995. {'can_add': False,
  996. 'id': '530cbf3cf3b6822e0ad6316b',
  997. 'leaf': True,
  998. 'name': None,
  999. 'plugins': [{'name': 'inventory',
  1000. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1001. {'name': 'data',
  1002. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1003. {'name': 'comment',
  1004. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1005. {'name': 'file',
  1006. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1007. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1008. {'can_add': False,
  1009. 'expanded': False,
  1010. 'id': '530d7642f3b6822e0ad6366c',
  1011. 'name': u'cat-oranzh',
  1012. 'plugins': [{'name': 'inventory',
  1013. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1014. {'name': 'managedobject',
  1015. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1016. {'name': 'data',
  1017. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1018. {'name': 'comment',
  1019. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1020. {'name': 'file',
  1021. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1022. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1023. {'can_add': False,
  1024. 'expanded': False,
  1025. 'id': '530e84bcf3b6822e0ad63e56',
  1026. 'name': u'cat-pushkina3g',
  1027. 'plugins': [{'name': 'inventory',
  1028. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1029. {'name': 'managedobject',
  1030. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1031. {'name': 'data',
  1032. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1033. {'name': 'comment',
  1034. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1035. {'name': 'file',
  1036. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1037. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1038. {'can_add': False,
  1039. 'expanded': False,
  1040. 'id': '530ed8a1f3b6822e0ad64080',
  1041. 'name': u'cat-r23',
  1042. 'plugins': [{'name': 'inventory',
  1043. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1044. {'name': 'managedobject',
  1045. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1046. {'name': 'data',
  1047. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1048. {'name': 'comment',
  1049. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1050. {'name': 'file',
  1051. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1052. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1053. {'can_add': False,
  1054. 'expanded': False,
  1055. 'id': '530f0da8f3b6822e0ad641df',
  1056. 'name': u'cat-vysokovo',
  1057. 'plugins': [{'name': 'inventory',
  1058. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1059. {'name': 'managedobject',
  1060. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1061. {'name': 'data',
  1062. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1063. {'name': 'comment',
  1064. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1065. {'name': 'file',
  1066. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1067. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1068. {'can_add': False,
  1069. 'expanded': False,
  1070. 'id': '530f3a75f3b6822e0ad642fe',
  1071. 'name': u'cat-malinovskogo',
  1072. 'plugins': [{'name': 'inventory',
  1073. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1074. {'name': 'managedobject',
  1075. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1076. {'name': 'data',
  1077. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1078. {'name': 'comment',
  1079. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1080. {'name': 'file',
  1081. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1082. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1083. {'can_add': False,
  1084. 'expanded': False,
  1085. 'id': '5310bea0f3b682ba2bd76219',
  1086. 'name': u'cat-77-12',
  1087. 'plugins': [{'name': 'inventory',
  1088. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1089. {'name': 'managedobject',
  1090. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1091. {'name': 'data',
  1092. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1093. {'name': 'comment',
  1094. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1095. {'name': 'file',
  1096. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1097. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1098. {'can_add': False,
  1099. 'expanded': False,
  1100. 'id': '5312e932f3b682ba2bd76f72',
  1101. 'name': u'cat-vaneeva2053g',
  1102. 'plugins': [{'name': 'inventory',
  1103. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1104. {'name': 'managedobject',
  1105. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1106. {'name': 'data',
  1107. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1108. {'name': 'comment',
  1109. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1110. {'name': 'file',
  1111. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1112. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1113. {'can_add': False,
  1114. 'expanded': False,
  1115. 'id': '5314063af3b682ba2bd77687',
  1116. 'name': u'cat-kulibina-3',
  1117. 'plugins': [{'name': 'inventory',
  1118. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1119. {'name': 'managedobject',
  1120. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1121. {'name': 'data',
  1122. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1123. {'name': 'comment',
  1124. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1125. {'name': 'file',
  1126. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1127. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1128. {'can_add': False,
  1129. 'expanded': False,
  1130. 'id': '53140d0ef3b682ba2bd776c1',
  1131. 'name': u'cat-varvarka32',
  1132. 'plugins': [{'name': 'inventory',
  1133. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1134. {'name': 'data',
  1135. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1136. {'name': 'comment',
  1137. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1138. {'name': 'file',
  1139. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1140. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1141. {'can_add': False,
  1142. 'expanded': False,
  1143. 'id': '531435fcf3b682ba2bd777c3',
  1144. 'name': u'cat-rokosov',
  1145. 'plugins': [{'name': 'inventory',
  1146. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1147. {'name': 'managedobject',
  1148. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1149. {'name': 'data',
  1150. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1151. {'name': 'comment',
  1152. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1153. {'name': 'file',
  1154. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1155. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1156. {'can_add': False,
  1157. 'id': '531471f0f3b6824728684a75',
  1158. 'leaf': True,
  1159. 'name': u'bras-dzer-b2b',
  1160. 'plugins': [{'name': 'inventory',
  1161. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1162. {'name': 'managedobject',
  1163. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1164. {'name': 'data',
  1165. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1166. {'name': 'comment',
  1167. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1168. {'name': 'file',
  1169. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1170. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1171. {'can_add': False,
  1172. 'id': '53147205f3b6824728684ace',
  1173. 'leaf': True,
  1174. 'name': u'bras-pppoe-1',
  1175. 'plugins': [{'name': 'inventory',
  1176. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1177. {'name': 'managedobject',
  1178. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1179. {'name': 'data',
  1180. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1181. {'name': 'comment',
  1182. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1183. {'name': 'file',
  1184. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1185. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1186. {'can_add': False,
  1187. 'id': '53147301f3b6824728684aed',
  1188. 'leaf': True,
  1189. 'name': u'bras-pppoe-2',
  1190. 'plugins': [{'name': 'inventory',
  1191. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1192. {'name': 'managedobject',
  1193. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1194. {'name': 'data',
  1195. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1196. {'name': 'comment',
  1197. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1198. {'name': 'file',
  1199. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1200. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1201. {'can_add': False,
  1202. 'id': '5314732ff3b6824728684b05',
  1203. 'leaf': True,
  1204. 'name': u'bras-pppoe-3',
  1205. 'plugins': [{'name': 'inventory',
  1206. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1207. {'name': 'managedobject',
  1208. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1209. {'name': 'data',
  1210. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1211. {'name': 'comment',
  1212. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1213. {'name': 'file',
  1214. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1215. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1216. {'can_add': False,
  1217. 'expanded': False,
  1218. 'id': '53155cadf3b68247286852ea',
  1219. 'name': u'cat-kmcity-4',
  1220. 'plugins': [{'name': 'inventory',
  1221. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1222. {'name': 'managedobject',
  1223. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1224. {'name': 'data',
  1225. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1226. {'name': 'comment',
  1227. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1228. {'name': 'file',
  1229. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1230. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1231. {'can_add': False,
  1232. 'expanded': False,
  1233. 'id': '53156d52f3b6824728685388',
  1234. 'name': u'cat-osharskaya',
  1235. 'plugins': [{'name': 'inventory',
  1236. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1237. {'name': 'managedobject',
  1238. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1239. {'name': 'data',
  1240. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1241. {'name': 'comment',
  1242. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1243. {'name': 'file',
  1244. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1245. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1246. {'can_add': False,
  1247. 'expanded': False,
  1248. 'id': '53159e7ef3b682472868552e',
  1249. 'name': u'cat-shtemenko3g',
  1250. 'plugins': [{'name': 'inventory',
  1251. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1252. {'name': 'managedobject',
  1253. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1254. {'name': 'data',
  1255. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1256. {'name': 'comment',
  1257. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1258. {'name': 'file',
  1259. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1260. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1261. {'can_add': False,
  1262. 'expanded': False,
  1263. 'id': '5315ab33f3b68247286855a9',
  1264. 'name': u'cat-myachkovo',
  1265. 'plugins': [{'name': 'inventory',
  1266. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1267. {'name': 'managedobject',
  1268. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1269. {'name': 'data',
  1270. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1271. {'name': 'comment',
  1272. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1273. {'name': 'file',
  1274. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1275. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1276. {'can_add': False,
  1277. 'expanded': False,
  1278. 'id': '5315dfa8f3b682472868572b',
  1279. 'name': u'cat-bor-dpmk',
  1280. 'plugins': [{'name': 'inventory',
  1281. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1282. {'name': 'managedobject',
  1283. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1284. {'name': 'data',
  1285. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1286. {'name': 'comment',
  1287. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1288. {'name': 'file',
  1289. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1290. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1291. {'can_add': False,
  1292. 'expanded': False,
  1293. 'id': '53166cb0f3b6824728685a75',
  1294. 'name': u'cat-politeh-6k3g',
  1295. 'plugins': [{'name': 'inventory',
  1296. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1297. {'name': 'managedobject',
  1298. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1299. {'name': 'data',
  1300. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1301. {'name': 'comment',
  1302. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1303. {'name': 'file',
  1304. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1305. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1306. {'can_add': False,
  1307. 'expanded': False,
  1308. 'id': '53168b6ff3b6824728685b27',
  1309. 'name': u'cat-77-7',
  1310. 'plugins': [{'name': 'inventory',
  1311. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1312. {'name': 'managedobject',
  1313. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1314. {'name': 'data',
  1315. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1316. {'name': 'comment',
  1317. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1318. {'name': 'file',
  1319. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1320. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1321. {'can_add': False,
  1322. 'expanded': False,
  1323. 'id': '53178f48f3b682472868613e',
  1324. 'name': u'cat-bor-bsz',
  1325. 'plugins': [{'name': 'inventory',
  1326. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1327. {'name': 'managedobject',
  1328. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1329. {'name': 'data',
  1330. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1331. {'name': 'comment',
  1332. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1333. {'name': 'file',
  1334. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1335. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1336. {'can_add': False,
  1337. 'expanded': False,
  1338. 'id': '5318cb32f3b6824893171fcb',
  1339. 'name': u'ats77-2',
  1340. 'plugins': [{'name': 'inventory',
  1341. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1342. {'name': 'managedobject',
  1343. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1344. {'name': 'data',
  1345. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1346. {'name': 'comment',
  1347. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1348. {'name': 'file',
  1349. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1350. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1351. {'can_add': False,
  1352. 'expanded': False,
  1353. 'id': '531c5f77f3b682968b6e72a4',
  1354. 'name': u'cat-bor-uvd',
  1355. 'plugins': [{'name': 'inventory',
  1356. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1357. {'name': 'managedobject',
  1358. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1359. {'name': 'data',
  1360. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1361. {'name': 'comment',
  1362. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1363. {'name': 'file',
  1364. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1365. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1366. {'can_add': False,
  1367. 'expanded': False,
  1368. 'id': '531cd6b6f3b682968b6e78b4',
  1369. 'name': u'cat-diveevo',
  1370. 'plugins': [{'name': 'inventory',
  1371. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1372. {'name': 'managedobject',
  1373. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1374. {'name': 'data',
  1375. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1376. {'name': 'comment',
  1377. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1378. {'name': 'file',
  1379. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1380. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1381. {'can_add': False,
  1382. 'expanded': False,
  1383. 'id': '531d0b05f3b682968b6e7c22',
  1384. 'name': u'cat-timiryazeva39',
  1385. 'plugins': [{'name': 'inventory',
  1386. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1387. {'name': 'managedobject',
  1388. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1389. {'name': 'data',
  1390. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1391. {'name': 'comment',
  1392. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1393. {'name': 'file',
  1394. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1395. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1396. {'can_add': False,
  1397. 'expanded': False,
  1398. 'id': '531de3c2f3b682968b6e86e7',
  1399. 'name': u'cat-bor-zerkalo',
  1400. 'plugins': [{'name': 'inventory',
  1401. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1402. {'name': 'managedobject',
  1403. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1404. {'name': 'data',
  1405. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1406. {'name': 'comment',
  1407. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1408. {'name': 'file',
  1409. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1410. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1411. {'can_add': False,
  1412. 'expanded': False,
  1413. 'id': '531e4679f3b682968b6e8c0b',
  1414. 'name': u'cat-guzhevaya',
  1415. 'plugins': [{'name': 'inventory',
  1416. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1417. {'name': 'managedobject',
  1418. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1419. {'name': 'data',
  1420. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1421. {'name': 'comment',
  1422. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1423. {'name': 'file',
  1424. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1425. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1426. {'can_add': False,
  1427. 'expanded': False,
  1428. 'id': '531eb461f3b682968b6e9191',
  1429. 'name': u'cat-ptu',
  1430. 'plugins': [{'name': 'inventory',
  1431. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1432. {'name': 'managedobject',
  1433. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1434. {'name': 'data',
  1435. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1436. {'name': 'comment',
  1437. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1438. {'name': 'file',
  1439. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1440. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1441. {'can_add': False,
  1442. 'id': '531ece09f3b682968b6e92d7',
  1443. 'leaf': True,
  1444. 'name': u'cat-77-10',
  1445. 'plugins': [{'name': 'inventory',
  1446. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1447. {'name': 'managedobject',
  1448. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1449. {'name': 'data',
  1450. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1451. {'name': 'comment',
  1452. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1453. {'name': 'file',
  1454. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1455. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1456. {'can_add': False,
  1457. 'expanded': False,
  1458. 'id': '531f6318f3b682968b6e9a4d',
  1459. 'name': u'cat-bor-center',
  1460. 'plugins': [{'name': 'inventory',
  1461. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1462. {'name': 'managedobject',
  1463. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1464. {'name': 'data',
  1465. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1466. {'name': 'comment',
  1467. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1468. {'name': 'file',
  1469. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1470. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1471. {'can_add': False,
  1472. 'expanded': False,
  1473. 'id': '531f78e9f3b682968b6e9b6b',
  1474. 'name': u'cat-kulibina-4',
  1475. 'plugins': [{'name': 'inventory',
  1476. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1477. {'name': 'managedobject',
  1478. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1479. {'name': 'data',
  1480. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1481. {'name': 'comment',
  1482. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1483. {'name': 'file',
  1484. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1485. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1486. {'can_add': False,
  1487. 'expanded': False,
  1488. 'id': '53211e86f3b682968b6eb141',
  1489. 'name': u'cat-77-1',
  1490. 'plugins': [{'name': 'inventory',
  1491. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1492. {'name': 'managedobject',
  1493. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1494. {'name': 'data',
  1495. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1496. {'name': 'comment',
  1497. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1498. {'name': 'file',
  1499. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1500. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1501. {'can_add': False,
  1502. 'expanded': False,
  1503. 'id': '5321480ff3b682968b6eb362',
  1504. 'name': u'cat-77-3',
  1505. 'plugins': [{'name': 'inventory',
  1506. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1507. {'name': 'managedobject',
  1508. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1509. {'name': 'data',
  1510. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1511. {'name': 'comment',
  1512. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1513. {'name': 'file',
  1514. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1515. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1516. {'can_add': False,
  1517. 'expanded': False,
  1518. 'id': '5321b424f3b68263a15a64c1',
  1519. 'name': u'cat-r194',
  1520. 'plugins': [{'name': 'inventory',
  1521. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1522. {'name': 'managedobject',
  1523. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1524. {'name': 'data',
  1525. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1526. {'name': 'comment',
  1527. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1528. {'name': 'file',
  1529. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1530. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1531. {'can_add': False,
  1532. 'expanded': False,
  1533. 'id': '5322497af3b68263a15a6ca1',
  1534. 'name': u'cat-bor-mahalova',
  1535. 'plugins': [{'name': 'inventory',
  1536. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1537. {'name': 'managedobject',
  1538. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1539. {'name': 'data',
  1540. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1541. {'name': 'comment',
  1542. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1543. {'name': 'file',
  1544. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1545. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1546. {'can_add': False,
  1547. 'expanded': False,
  1548. 'id': '5322afccf3b68263a15a71cd',
  1549. 'name': u'cat-bras-2',
  1550. 'plugins': [{'name': 'inventory',
  1551. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1552. {'name': 'managedobject',
  1553. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1554. {'name': 'data',
  1555. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1556. {'name': 'comment',
  1557. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1558. {'name': 'file',
  1559. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1560. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1561. {'can_add': False,
  1562. 'expanded': False,
  1563. 'id': '5322b00cf3b68263a15a7285',
  1564. 'name': u'cat-bras-1',
  1565. 'plugins': [{'name': 'inventory',
  1566. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1567. {'name': 'managedobject',
  1568. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1569. {'name': 'data',
  1570. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1571. {'name': 'comment',
  1572. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1573. {'name': 'file',
  1574. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1575. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1576. {'can_add': False,
  1577. 'expanded': False,
  1578. 'id': '5322b30bf3b68263a15a751a',
  1579. 'name': u'cat-iptv-he',
  1580. 'plugins': [{'name': 'inventory',
  1581. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1582. {'name': 'managedobject',
  1583. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1584. {'name': 'data',
  1585. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1586. {'name': 'comment',
  1587. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1588. {'name': 'file',
  1589. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1590. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1591. {'can_add': False,
  1592. 'expanded': False,
  1593. 'id': '5322dd58f3b68263a15a78f8',
  1594. 'name': u'cat-77-11',
  1595. 'plugins': [{'name': 'inventory',
  1596. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1597. {'name': 'managedobject',
  1598. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1599. {'name': 'data',
  1600. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1601. {'name': 'comment',
  1602. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1603. {'name': 'file',
  1604. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1605. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1606. {'can_add': False,
  1607. 'expanded': False,
  1608. 'id': '5323e19af3b68263a15a863b',
  1609. 'name': u'cat-rozhmaydan',
  1610. 'plugins': [{'name': 'inventory',
  1611. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1612. {'name': 'managedobject',
  1613. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1614. {'name': 'data',
  1615. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1616. {'name': 'comment',
  1617. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1618. {'name': 'file',
  1619. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1620. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1621. {'can_add': False,
  1622. 'expanded': False,
  1623. 'id': '5324ad6bf3b68263a15a9059',
  1624. 'name': u'cat-vasjunina',
  1625. 'plugins': [{'name': 'inventory',
  1626. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1627. {'name': 'managedobject',
  1628. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1629. {'name': 'data',
  1630. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1631. {'name': 'comment',
  1632. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1633. {'name': 'file',
  1634. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1635. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1636. {'can_add': False,
  1637. 'expanded': False,
  1638. 'id': '53251355f3b68263a15a964e',
  1639. 'name': u'bb-kulibina-1',
  1640. 'plugins': [{'name': 'inventory',
  1641. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1642. {'name': 'managedobject',
  1643. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1644. {'name': 'data',
  1645. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1646. {'name': 'comment',
  1647. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1648. {'name': 'file',
  1649. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1650. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1651. {'can_add': False,
  1652. 'expanded': False,
  1653. 'id': '5325caedf3b682d5be4d44e5',
  1654. 'name': u'bb-vitus',
  1655. 'plugins': [{'name': 'inventory',
  1656. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1657. {'name': 'managedobject',
  1658. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1659. {'name': 'data',
  1660. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1661. {'name': 'comment',
  1662. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1663. {'name': 'file',
  1664. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1665. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1666. {'can_add': False,
  1667. 'expanded': False,
  1668. 'id': '5325e140f3b682d5be4d4684',
  1669. 'name': u'cat-kulibina3',
  1670. 'plugins': [{'name': 'inventory',
  1671. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1672. {'name': 'managedobject',
  1673. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1674. {'name': 'data',
  1675. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1676. {'name': 'comment',
  1677. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1678. {'name': 'file',
  1679. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1680. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1681. {'can_add': False,
  1682. 'expanded': False,
  1683. 'id': '5326b3a7f3b6820b8972c6f0',
  1684. 'name': u'cat-kmcity',
  1685. 'plugins': [{'name': 'inventory',
  1686. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1687. {'name': 'managedobject',
  1688. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1689. {'name': 'data',
  1690. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1691. {'name': 'comment',
  1692. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1693. {'name': 'file',
  1694. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1695. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1696. {'can_add': False,
  1697. 'expanded': False,
  1698. 'id': '53272c93f3b6820b8972cd74',
  1699. 'name': u'cat-kmcity-1',
  1700. 'plugins': [{'name': 'inventory',
  1701. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1702. {'name': 'managedobject',
  1703. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1704. {'name': 'data',
  1705. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1706. {'name': 'comment',
  1707. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1708. {'name': 'file',
  1709. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1710. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1711. {'can_add': False,
  1712. 'expanded': False,
  1713. 'id': '53275fb2f3b6820b8972d053',
  1714. 'name': u'cat-politeh3g',
  1715. 'plugins': [{'name': 'inventory',
  1716. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1717. {'name': 'managedobject',
  1718. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1719. {'name': 'data',
  1720. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1721. {'name': 'comment',
  1722. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1723. {'name': 'file',
  1724. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1725. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1726. {'can_add': False,
  1727. 'expanded': False,
  1728. 'id': '532a0323f3b6826da156f1d1',
  1729. 'name': u'cat-kulibina-2',
  1730. 'plugins': [{'name': 'inventory',
  1731. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1732. {'name': 'managedobject',
  1733. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1734. {'name': 'data',
  1735. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1736. {'name': 'comment',
  1737. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1738. {'name': 'file',
  1739. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1740. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1741. {'can_add': False,
  1742. 'expanded': False,
  1743. 'id': '532a1475f3b6826da156f2b6',
  1744. 'name': u'cat-timiryazeva',
  1745. 'plugins': [{'name': 'inventory',
  1746. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1747. {'name': 'managedobject',
  1748. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1749. {'name': 'data',
  1750. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1751. {'name': 'comment',
  1752. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1753. {'name': 'file',
  1754. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1755. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1756. {'can_add': False,
  1757. 'expanded': False,
  1758. 'id': '532b64f3f3b6826da15703d4',
  1759. 'name': u'cat-bor-bsz-1',
  1760. 'plugins': [{'name': 'inventory',
  1761. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1762. {'name': 'managedobject',
  1763. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1764. {'name': 'data',
  1765. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1766. {'name': 'comment',
  1767. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1768. {'name': 'file',
  1769. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1770. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1771. {'can_add': False,
  1772. 'expanded': False,
  1773. 'id': '532c259df3b6826da1570e27',
  1774. 'name': u'bb-start',
  1775. 'plugins': [{'name': 'inventory',
  1776. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1777. {'name': 'managedobject',
  1778. 'xtype': 'NOC.inv.inv.plugins.managedobject.ManagedObjectPanel'},
  1779. {'name': 'data',
  1780. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1781. {'name': 'comment',
  1782. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1783. {'name': 'file',
  1784. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1785. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1786. {'can_add': False,
  1787. 'id': '532c259df3b6826da1570e2d',
  1788. 'leaf': True,
  1789. 'name': None,
  1790. 'plugins': [{'name': 'inventory',
  1791. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1792. {'name': 'data',
  1793. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1794. {'name': 'comment',
  1795. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1796. {'name': 'file',
  1797. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1798. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]},
  1799. {'can_add': False,
  1800. 'id': '532c259df3b6826da1570e2f',
  1801. 'leaf': True,
  1802. 'name': None,
  1803. 'plugins': [{'name': 'inventory',
  1804. 'xtype': 'NOC.inv.inv.plugins.inventory.InventoryPanel'},
  1805. {'name': 'data',
  1806. 'xtype': 'NOC.inv.inv.plugins.data.DataPanel'},
  1807. {'name': 'comment',
  1808. 'xtype': 'NOC.inv.inv.plugins.comment.CommentPanel'},
  1809. {'name': 'file',
  1810. 'xtype': 'NOC.inv.inv.plugins.file.FilePanel'},
  1811. {'name': 'log', 'xtype': 'NOC.inv.inv.plugins.log.LogPanel'}]}]
  1812. children =
  1813. [(u'cat-semashko', <Object: cat-semashko>),
  1814. (u'isam-timiryazeva39', <Object: isam-timiryazeva39>),
  1815. (u'isam-beketova13', <Object: isam-beketova13>),
  1816. (u'isam-blohina', <Object: isam-blohina>),
  1817. (u'cat-vaneeva127', <Object: cat-vaneeva127>),
  1818. (u'isam-19', <Object: isam-19>),
  1819. (u'cat-vks-obschezh', <Object: cat-vks-obschezh>),
  1820. (u'cat-m-zarech', <Object: cat-m-zarech>),
  1821. (u'cat-raynisa', <Object: cat-raynisa>),
  1822. (u'cat-vks-borkovka', <Object: cat-vks-borkovka>),
  1823. (u'cat-bykova', <Object: cat-bykova>),
  1824. (u'cat-vks-pavlova', <Object: cat-vks-pavlova>),
  1825. (u'isam-larina7-1', <Object: isam-larina7-1>),
  1826. (u'isam-port', <Object: isam-port>),
  1827. (u'isam-mosmart', <Object: isam-mosmart>),
  1828. (u'isam-yuzhnoe', <Object: isam-yuzhnoe>),
  1829. (u'isam-zmile', <Object: isam-zmile>),
  1830. (u'isam-mkazakova', <Object: isam-mkazakova>),
  1831. (u'isam-gaz', <Object: isam-gaz>),
  1832. (u'isam-bor', <Object: isam-bor>),
  1833. (u'isam-kostina3', <Object: isam-kostina3>),
  1834. (u'isam-dzr-pyra', <Object: isam-dzr-pyra>),
  1835. (u'cat-77-14', <Object: cat-77-14>),
  1836. (u'isam-betankura1', <Object: isam-betankura1>),
  1837. (u'isam-vyksa', <Object: isam-vyksa>),
  1838. (u'isam-23', <Object: isam-23>),
  1839. (u'isam-shekspira', <Object: isam-shekspira>),
  1840. (u'isam-alsad', <Object: isam-alsad>),
  1841. (u'isam-arz-kirova54', <Object: isam-arz-kirova54>),
  1842. (u'isam-politeh6k', <Object: isam-politeh6k>),
  1843. (u'isam-july', <Object: isam-july>),
  1844. (u'cat-77-2', <Object: cat-77-2>),
  1845. (u'isam-pamir', <Object: isam-pamir>),
  1846. (u'isam-zhukova', <Object: isam-zhukova>),
  1847. (u'isam-dzr-royal', <Object: isam-dzr-royal>),
  1848. (u'isam-volzhskaya10', <Object: isam-volzhskaya10>),
  1849. (u'isam-barrikad', <Object: isam-barrikad>),
  1850. (u'cat-uljanova1', <Object: cat-uljanova1>),
  1851. (u'isam-bogdanovicha', <Object: isam-bogdanovicha>),
  1852. (u'isam-uljanova', <Object: isam-uljanova>),
  1853. (u'isam-samarkandskaya', <Object: isam-samarkandskaya>),
  1854. (u'isam-belinka32', <Object: isam-belinka32>),
  1855. (u'isam-zav', <Object: isam-zav>),
  1856. (u'isam-muravey', <Object: isam-muravey>),
  1857. (u'isam-dzr-25', <Object: isam-dzr-25>),
  1858. (u'isam-bor-zerkalo', <Object: isam-bor-zerkalo>),
  1859. (u'isam-start', <Object: isam-start>),
  1860. (u'isam-lopatina8', <Object: isam-lopatina8>),
  1861. (u'isam-larina7-2', <Object: isam-larina7-2>),
  1862. (u'isam-40', <Object: isam-40>),
  1863. (u'isam-nmts', <Object: isam-nmts>),
  1864. (u'isam-resh', <Object: isam-resh>),
  1865. (u'isam-68', <Object: isam-68>),
  1866. (u'isam-53', <Object: isam-53>),
  1867. (u'isam-metro', <Object: isam-metro>),
  1868. (u'isam-niickd', <Object: isam-niickd>),
  1869. (u'cat-kulibina-1', <Object: cat-kulibina-1>),
  1870. (u'isam-26', <Object: isam-26>),
  1871. (u'bb-proletarka', <Object: bb-proletarka>),
  1872. (None, <Object: 530cbf3cf3b6822e0ad63169>),
  1873. (None, <Object: 530cbf3cf3b6822e0ad6316b>),
  1874. (u'cat-oranzh', <Object: cat-oranzh>),
  1875. (u'cat-pushkina3g', <Object: cat-pushkina3g>),
  1876. (u'cat-r23', <Object: cat-r23>),
  1877. (u'cat-vysokovo', <Object: cat-vysokovo>),
  1878. (u'cat-malinovskogo', <Object: cat-malinovskogo>),
  1879. (u'cat-77-12', <Object: cat-77-12>),
  1880. (u'cat-vaneeva2053g', <Object: cat-vaneeva2053g>),
  1881. (u'cat-kulibina-3', <Object: cat-kulibina-3>),
  1882. (u'cat-varvarka32', <Object: cat-varvarka32>),
  1883. (u'cat-rokosov', <Object: cat-rokosov>),
  1884. (u'bras-dzer-b2b', <Object: bras-dzer-b2b>),
  1885. (u'bras-pppoe-1', <Object: bras-pppoe-1>),
  1886. (u'bras-pppoe-2', <Object: bras-pppoe-2>),
  1887. (u'bras-pppoe-3', <Object: bras-pppoe-3>),
  1888. (u'cat-kmcity-4', <Object: cat-kmcity-4>),
  1889. (u'cat-osharskaya', <Object: cat-osharskaya>),
  1890. (u'cat-shtemenko3g', <Object: cat-shtemenko3g>),
  1891. (u'cat-myachkovo', <Object: cat-myachkovo>),
  1892. (u'cat-bor-dpmk', <Object: cat-bor-dpmk>),
  1893. (u'cat-politeh-6k3g', <Object: cat-politeh-6k3g>),
  1894. (u'cat-77-7', <Object: cat-77-7>),
  1895. (u'cat-bor-bsz', <Object: cat-bor-bsz>),
  1896. (u'ats77-2', <Object: ats77-2>),
  1897. (u'cat-bor-uvd', <Object: cat-bor-uvd>),
  1898. (u'cat-diveevo', <Object: cat-diveevo>),
  1899. (u'cat-timiryazeva39', <Object: cat-timiryazeva39>),
  1900. (u'cat-bor-zerkalo', <Object: cat-bor-zerkalo>),
  1901. (u'cat-guzhevaya', <Object: cat-guzhevaya>),
  1902. (u'cat-ptu', <Object: cat-ptu>),
  1903. (u'cat-77-10', <Object: cat-77-10>),
  1904. (u'cat-bor-center', <Object: cat-bor-center>),
  1905. (u'cat-kulibina-4', <Object: cat-kulibina-4>),
  1906. (u'cat-77-1', <Object: cat-77-1>),
  1907. (u'cat-77-3', <Object: cat-77-3>),
  1908. (u'cat-r194', <Object: cat-r194>),
  1909. (u'cat-bor-mahalova', <Object: cat-bor-mahalova>),
  1910. (u'cat-bras-2', <Object: cat-bras-2>),
  1911. (u'cat-bras-1', <Object: cat-bras-1>),
  1912. (u'cat-iptv-he', <Object: cat-iptv-he>),
  1913. (u'cat-77-11', <Object: cat-77-11>),
  1914. (u'cat-rozhmaydan', <Object: cat-rozhmaydan>),
  1915. (u'cat-vasjunina', <Object: cat-vasjunina>),
  1916. (u'bb-kulibina-1', <Object: bb-kulibina-1>),
  1917. (u'bb-vitus', <Object: bb-vitus>),
  1918. (u'cat-kulibina3', <Object: cat-kulibina3>),
  1919. (u'cat-kmcity', <Object: cat-kmcity>),
  1920. (u'cat-kmcity-1', <Object: cat-kmcity-1>),
  1921. (u'cat-politeh3g', <Object: cat-politeh3g>),
  1922. (u'cat-kulibina-2', <Object: cat-kulibina-2>),
  1923. (u'cat-timiryazeva', <Object: cat-timiryazeva>),
  1924. (u'cat-bor-bsz-1', <Object: cat-bor-bsz-1>),
  1925. (u'bb-start', <Object: bb-start>),
  1926. (None, <Object: 532c259df3b6826da1570e2d>),
  1927. (None, <Object: 532c259df3b6826da1570e2f>),
  1928. (None, <Object: 532c259df3b6826da1570e31>),
  1929. (None, <Object: 532c259df3b6826da1570e33>),
  1930. (None, <Object: 532c259df3b6826da1570e35>),
  1931. (None, <Object: 532c259df3b6826da1570e37>),
  1932. (None, <Object: 532c259df3b6826da1570e39>),
  1933. (None, <Object: 532c259df3b6826da1570e3b>),
  1934. (None, <Object: 532c259df3b6826da1570e3d>),
  1935. (None, <Object: 532c259df3b6826da1570e3f>),
  1936. (None, <Object: 532c259df3b6826da1570e41>),
  1937. (None, <Object: 532c259df3b6826da1570e43>),
  1938. (None, <Object: 532c259df3b6826da1570e45>),
  1939. (None, <Object: 532c259df3b6826da1570e47>),
  1940. (None, <Object: 532c259df3b6826da1570e49>),
  1941. (None, <Object: 532c259df3b6826da1570e4b>),
  1942. (None, <Object: 532c259df3b6826da1570e4d>),
  1943. (None, <Object: 532c259df3b6826da1570e4f>),
  1944. (None, <Object: 532c259df3b6826da1570e51>),
  1945. (None, <Object: 532c259df3b6826da1570e53>),
  1946. (None, <Object: 532c259df3b6826da1570e55>),
  1947. (None, <Object: 532c259df3b6826da1570e57>),
  1948. (None, <Object: 532c259df3b6826da1570e59>),
  1949. (None, <Object: 532c259ef3b6826da1570e5b>),
  1950. (None, <Object: 532c259ef3b6826da1570e5d>),
  1951. (u'cat-ivlieva', <Object: cat-ivlieva>),
  1952. (u'cat-s2', <Object: cat-s2>),
  1953. (u'cat-vaneeva127-1', <Object: cat-vaneeva127-1>),
  1954. (u'cat-konny', <Object: cat-konny>),
  1955. (u'cat-bor-bor4', <Object: cat-bor-bor4>),
  1956. (u'cat-r233g', <Object: cat-r233g>),
  1957. (u'cat-vaneeva205', <Object: cat-vaneeva205>),
  1958. (u'cat-bor-bsz3g', <Object: cat-bor-bsz3g>),
  1959. (u'bb-kulibina-2', <Object: bb-kulibina-2>),
  1960. (u'cat-office-1008', <Object: cat-office-1008>),
  1961. (u'cat-inkombank', <Object: cat-inkombank>),
  1962. (u'cat-23', <Object: cat-23>),
  1963. (None, <Object: 533d0969f3b682038a5f2957>),
  1964. (u'bb-dzer', <Object: bb-dzer>),
  1965. (None, <Object: 533d0969f3b682038a5f2959>),
  1966. (None, <Object: 533d0969f3b682038a5f295b>),
  1967. (None, <Object: 533d0969f3b682038a5f295d>),
  1968. (None, <Object: 533d0969f3b682038a5f295f>),
  1969. (None, <Object: 533d0969f3b682038a5f2961>),
  1970. (None, <Object: 533d0969f3b682038a5f2963>),
  1971. (None, <Object: 533d0969f3b682038a5f2965>),
  1972. (None, <Object: 533d0969f3b682038a5f2967>),
  1973. (None, <Object: 533d0969f3b682038a5f2969>),
  1974. (None, <Object: 533d0969f3b682038a5f296b>),
  1975. (None, <Object: 533d0969f3b682038a5f296d>),
  1976. (None, <Object: 533d0969f3b682038a5f296f>),
  1977. (None, <Object: 533d0969f3b682038a5f2971>),
  1978. (None, <Object: 533d0969f3b682038a5f2973>),
  1979. (None, <Object: 533d0969f3b682038a5f2975>),
  1980. (None, <Object: 533d0969f3b682038a5f2977>),
  1981. (None, <Object: 533d0969f3b682038a5f2979>),
  1982. (None, <Object: 533d0969f3b682038a5f297b>),
  1983. (None, <Object: 533d0969f3b682038a5f297d>),
  1984. (None, <Object: 533d0969f3b682038a5f297f>),
  1985. (None, <Object: 533d096af3b682038a5f2981>),
  1986. (None, <Object: 533d096af3b682038a5f2983>),
  1987. (u'cat-19-2', <Object: cat-19-2>),
  1988. (None, <Object: 533d0a07f3b682038a5f29c1>),
  1989. (u'bb-sarov', <Object: bb-sarov>),
  1990. (None, <Object: 533d0a07f3b682038a5f29c3>),
  1991. (None, <Object: 533d0a07f3b682038a5f29c5>),
  1992. (None, <Object: 533d0a07f3b682038a5f29c7>),
  1993. (None, <Object: 533d0a07f3b682038a5f29c9>),
  1994. (None, <Object: 533d0a07f3b682038a5f29cb>),
  1995. (None, <Object: 533d0a07f3b682038a5f29cd>),
  1996. (None, <Object: 533d0a07f3b682038a5f29cf>),
  1997. (None, <Object: 533d0a07f3b682038a5f29d1>),
  1998. (None, <Object: 533d0a07f3b682038a5f29d3>),
  1999. (None, <Object: 533d0a07f3b682038a5f29d5>),
  2000. (None, <Object: 533d0a07f3b682038a5f29d7>),
  2001. (None, <Object: 533d0a07f3b682038a5f29d9>),
  2002. (None, <Object: 533d0a08f3b682038a5f29db>),
  2003. (u'bb-zmile', <Object: bb-zmile>),
  2004. (u'cat-30', <Object: cat-30>),
  2005. (u'bb-56', <Object: bb-56>),
  2006. (None, <Object: 533d0b04f3b682038a5f2c3a>),
  2007. (u'balakhna', <Object: balakhna>),
  2008. (u'cat-30-1', <Object: cat-30-1>),
  2009. (u'arzamas', <Object: arzamas>),
  2010. (u'cat-19', <Object: cat-19>),
  2011. (u'cat-7nebo', <Object: cat-7nebo>),
  2012. (u'cat-7nebo-4-2', <Object: cat-7nebo-4-2>),
  2013. (u'cat-7nebo-1', <Object: cat-7nebo-1>),
  2014. (u'cat-7nebo-4', <Object: cat-7nebo-4>),
  2015. (u'cat-7nebo-3', <Object: cat-7nebo-3>),
  2016. (u'cat-35', <Object: cat-35>),
  2017. (u'cat-56', <Object: cat-56>),
  2018. (u'cat-97-3g', <Object: cat-97-3g>),
  2019. (u'cat-40', <Object: cat-40>),
  2020. (u'cat-7nebo-3-2', <Object: cat-7nebo-3-2>),
  2021. (u'cat-68', <Object: cat-68>),
  2022. (u'cat-36-2', <Object: cat-36-2>),
  2023. (u'cat-36', <Object: cat-36>),
  2024. (u'cat-6mikrorayon', <Object: cat-6mikrorayon>),
  2025. (u'cat-7nebo-2', <Object: cat-7nebo-2>),
  2026. (u'cat-66', <Object: cat-66>),
  2027. (u'cat-7nebo-6', <Object: cat-7nebo-6>),
  2028. (u'cat-7nebo-5', <Object: cat-7nebo-5>),
  2029. (u'cat-40let', <Object: cat-40let>),
  2030. (u'cat-alsad3g', <Object: cat-alsad3g>),
  2031. (u'cat-avrora3g', <Object: cat-avrora3g>),
  2032. (u'cat-balakhna-1', <Object: cat-balakhna-1>),
  2033. (u'cat-arzamas', <Object: cat-arzamas>),
  2034. (u'cat-baranova3g', <Object: cat-baranova3g>),
  2035. (u'cat-bal-bum', <Object: cat-bal-bum>),
  2036. (u'cat-alsad', <Object: cat-alsad>),
  2037. (u'cat-belinka', <Object: cat-belinka>),
  2038. (u'cat-aeroport', <Object: cat-aeroport>),
  2039. (u'cat-beketova13', <Object: cat-beketova13>),
  2040. (u'cat-afonino', <Object: cat-afonino>),
  2041. (u'cat-bazhenova', <Object: cat-bazhenova>),
  2042. (u'cat-aeroflot', <Object: cat-aeroflot>),
  2043. (u'cat-avtosalon', <Object: cat-avtosalon>),
  2044. (u'cat-agat', <Object: cat-agat>),
  2045. (u'cat-atom', <Object: cat-atom>),
  2046. (u'cat-balakhna', <Object: cat-balakhna>),
  2047. (u'cat-baumana3g', <Object: cat-baumana3g>),
  2048. (u'cat-barenca', <Object: cat-barenca>),
  2049. (u'cat-barrikad', <Object: cat-barrikad>),
  2050. (u'cat-bio3g', <Object: cat-bio3g>),
  2051. (u'cat-chaadaeva3b', <Object: cat-chaadaeva3b>),
  2052. (u'cat-chaadaeva3g', <Object: cat-chaadaeva3g>),
  2053. (u'cat-brinskogo3g', <Object: cat-brinskogo3g>),
  2054. (u'cat-blohina', <Object: cat-blohina>),
  2055. (u'cat-bpokrov3g', <Object: cat-bpokrov3g>),
  2056. (u'cat-bpech31', <Object: cat-bpech31>),
  2057. (u'cat-bpech24', <Object: cat-bpech24>),
  2058. (u'cat-burdenko', <Object: cat-burdenko>),
  2059. (u'cat-berezovskaya', <Object: cat-berezovskaya>),
  2060. (u'cat-bolnitsa133g', <Object: cat-bolnitsa133g>),
  2061. (u'cat-cmt-3', <Object: cat-cmt-3>),
  2062. (u'cat-bpech26', <Object: cat-bpech26>),
  2063. (u'cat-burdenko', <Object: cat-burdenko>),
  2064. (u'cat-butyrskaya', <Object: cat-butyrskaya>),
  2065. (u'cat-bogdanovicha73g', <Object: cat-bogdanovicha73g>),
  2066. (u'cat-burnakovsky3g', <Object: cat-burnakovsky3g>),
  2067. (u'cat-cmt-1', <Object: cat-cmt-1>),
  2068. (u'cat-chkalov', <Object: cat-chkalov>),
  2069. (u'cat-dllota-1', <Object: cat-dllota-1>),
  2070. (u'cat-dzr-25', <Object: cat-dzr-25>),
  2071. (u'cat-delovaya3g', <Object: cat-delovaya3g>),
  2072. (u'cat-dubravnaya', <Object: cat-dubravnaya>),
  2073. (u'cat-cmt-6', <Object: cat-cmt-6>),
  2074. (u'cat-doskino', <Object: cat-doskino>),
  2075. (u'cat-dllota', <Object: cat-dllota>),
  2076. (u'cat-davos', <Object: cat-davos>),
  2077. (u'cat-dyakonova', <Object: cat-dyakonova>),
  2078. (u'cat-dzr-dkh', <Object: cat-dzr-dkh>),
  2079. (u'cat-delovaya', <Object: cat-delovaya>),
  2080. (u'cat-cmt-9', <Object: cat-cmt-9>),
  2081. (u'cat-gaz3g', <Object: cat-gaz3g>),
  2082. (u'cat-druzhaeva-2', <Object: cat-druzhaeva-2>),
  2083. (u'cat-druzhaeva', <Object: cat-druzhaeva>),
  2084. (u'cat-dzr-dkh-2', <Object: cat-dzr-dkh-2>),
  2085. (u'cat-cmt-main', <Object: cat-cmt-main>),
  2086. (u'cat-dachny', <Object: cat-dachny>),
  2087. (u'cat-dzr-sever3g', <Object: cat-dzr-sever3g>),
  2088. (u'cat-dzr-samohvalova', <Object: cat-dzr-samohvalova>),
  2089. (u'cat-electron', <Object: cat-electron>),
  2090. (u'cat-dzr-kutuzova', <Object: cat-dzr-kutuzova>),
  2091. (u'cat-dzr-silicat3g', <Object: cat-dzr-silicat3g>),
  2092. (u'cat-dzr-gaidara', <Object: cat-dzr-gaidara>),
  2093. (u'cat-dzr-vokzal', <Object: cat-dzr-vokzal>),
  2094. (u'cat-dzr-dzer23g', <Object: cat-dzr-dzer23g>),
  2095. (u'cat-dzr-oktyabr', <Object: cat-dzr-oktyabr>),
  2096. (u'cat-dzr-obschej3g', <Object: cat-dzr-obschej3g>),
  2097. (u'cat-dzr-salut3g', <Object: cat-dzr-salut3g>),
  2098. (u'cat-dzr-centr3g', <Object: cat-dzr-centr3g>),
  2099. (u'cat-dzr-gaidara61', <Object: cat-dzr-gaidara61>),
  2100. (u'cat-dzr-dram3g', <Object: cat-dzr-dram3g>),
  2101. (u'cat-dzr-dzer13g', <Object: cat-dzr-dzer13g>),
  2102. (u'cat-dzr-popova', <Object: cat-dzr-popova>),
  2103. (u'cat-dzr-gastello', <Object: cat-dzr-gastello>),
  2104. (u'cat-esenina', <Object: cat-esenina>),
  2105. (u'cat-fantastica-2', <Object: cat-fantastica-2>),
  2106. (u'cat-electrovoz', <Object: cat-electrovoz>),
  2107. (u'cat-farm', <Object: cat-farm>),
  2108. (u'cat-56-2', <Object: cat-56-2>),
  2109. (u'cat-fantastica-1-2', <Object: cat-fantastica-1-2>),
  2110. (u'cat-fantastica3g', <Object: cat-fantastica3g>),
  2111. (u'cat-fruktovaya6', <Object: cat-fruktovaya6>),
  2112. (u'cat-farm-1', <Object: cat-farm-1>),
  2113. (u'cat-fantastica-1', <Object: cat-fantastica-1>),
  2114. (u'cat-euroset3g', <Object: cat-euroset3g>),
  2115. (u'cat-etagi', <Object: cat-etagi>),
  2116. (u'cat-fantastica-main', <Object: cat-fantastica-main>),
  2117. (u'cat-dzr-bolnitsa', <Object: cat-dzr-bolnitsa>),
  2118. (u'cat-etna', <Object: cat-etna>),
  2119. (u'cat-fantastica-2-2', <Object: cat-fantastica-2-2>),
  2120. (u'cat-fantastica', <Object: cat-fantastica>),
  2121. (u'cat-fantastica-3', <Object: cat-fantastica-3>),
  2122. (u'cat-heroes3g', <Object: cat-heroes3g>),
  2123. (u'cat-gorkogo1', <Object: cat-gorkogo1>),
  2124. (u'cat-goroh', <Object: cat-goroh>),
  2125. (u'cat-gum', <Object: cat-gum>),
  2126. (u'cat-gagarina29', <Object: cat-gagarina29>),
  2127. (u'cat-gordeevka', <Object: cat-gordeevka>),
  2128. (u'cat-gagarina29-1', <Object: cat-gagarina29-1>),
  2129. (u'cat-gagarina', <Object: cat-gagarina>),
  2130. (u'cat-gaz', <Object: cat-gaz>),
  2131. (u'cat-geologov3g', <Object: cat-geologov3g>),
  2132. (u'cat-glushilka3g', <Object: cat-glushilka3g>),
  2133. (u'cat-gagarina29-2', <Object: cat-gagarina29-2>),
  2134. (u'cat-gogolya8', <Object: cat-gogolya8>),
  2135. (u'cat-korabli3g', <Object: cat-korabli3g>),
  2136. (u'cat-kanavino', <Object: cat-kanavino>),
  2137. (u'cat-holodnyi', <Object: cat-holodnyi>),
  2138. (u'cat-gagarinsky', <Object: cat-gagarinsky>),
  2139. (u'cat-kst-center', <Object: cat-kst-center>),
  2140. (u'cat-komun', <Object: cat-komun>),
  2141. (u'cat-korolenko29-4', <Object: cat-korolenko29-4>),
  2142. (u'cat-krasnodoncev', <Object: cat-krasnodoncev>),
  2143. (u'cat-kip', <Object: cat-kip>),
  2144. (u'cat-korolenko19b', <Object: cat-korolenko19b>),
  2145. (u'cat-kazsh', <Object: cat-kazsh>),
  2146. (u'cat-korabli', <Object: cat-korabli>),
  2147. (u'cat-kazbeksky-1', <Object: cat-kazbeksky-1>),
  2148. (u'cat-ilinskaya', <Object: cat-ilinskaya>),
  2149. (u'cat-kirova', <Object: cat-kirova>),
  2150. (u'cat-impuls', <Object: cat-impuls>),
  2151. (u'cat-izhevskaya', <Object: cat-izhevskaya>),
  2152. (u'cat-komsomol-main', <Object: cat-komsomol-main>),
  2153. (u'cat-kazbeksky', <Object: cat-kazbeksky>),
  2154. (u'cat-kst-mira', <Object: cat-kst-mira>),
  2155. (u'cat-kst-rachkova', <Object: cat-kst-rachkova>),
  2156. (u'cat-kostina4', <Object: cat-kostina4>),
  2157. (u'cat-kmarksa3g', <Object: cat-kmarksa3g>),
  2158. (u'cat-konovalova63g', <Object: cat-konovalova63g>),
  2159. (u'cat-kostina3', <Object: cat-kostina3>),
  2160. (u'cat-kultury', <Object: cat-kultury>),
  2161. (u'cat-ihran', <Object: cat-ihran>),
  2162. (u'cat-konovalova6', <Object: cat-konovalova6>),
  2163. (u'cat-kapital', <Object: cat-kapital>),
  2164. (u'cat-komsomol3g', <Object: cat-komsomol3g>),
  2165. (u'cat-izhevskaya-2', <Object: cat-izhevskaya-2>),
  2166. (u'cat-kudma-1', <Object: cat-kudma-1>),
  2167. (u'cat-izhorskaya', <Object: cat-izhorskaya>),
  2168. (u'cat-kostina3-main', <Object: cat-kostina3-main>),
  2169. (u'cat-kmarksa', <Object: cat-kmarksa>),
  2170. (u'cat-kst-kstovo13g', <Object: cat-kst-kstovo13g>),
  2171. (u'cat-krasnozvezd', <Object: cat-krasnozvezd>),
  2172. (u'cat-kujbysheva', <Object: cat-kujbysheva>),
  2173. (u'cat-kst-sever3g', <Object: cat-kst-sever3g>),
  2174. (u'cat-kastorama3g', <Object: cat-kastorama3g>),
  2175. (u'cat-kst-green3g', <Object: cat-kst-green3g>),
  2176. (u'cat-korolenko29-2', <Object: cat-korolenko29-2>),
  2177. (u'cat-kstovo-magnit-1', <Object: cat-kstovo-magnit-1>),
  2178. (u'cat-kstovo', <Object: cat-kstovo>),
  2179. (u'cat-kst-magnit', <Object: cat-kst-magnit>),
  2180. (u'cat-kudma', <Object: cat-kudma>),
  2181. (u'cat-kst-piramida3g', <Object: cat-kst-piramida3g>),
  2182. (u'cat-larina3g', <Object: cat-larina3g>),
  2183. (u'cat-kst-sutyrina', <Object: cat-kst-sutyrina>),
  2184. (u'cat-kstovo-magnit-2', <Object: cat-kstovo-magnit-2>),
  2185. (u'cat-kst-magnit-main', <Object: cat-kst-magnit-main>),
  2186. (u'cat-litvinova', <Object: cat-litvinova>),
  2187. (u'cat-litvinova3g', <Object: cat-litvinova3g>),
  2188. (u'cat-lopatina3g', <Object: cat-lopatina3g>),
  2189. (u'cat-lopatina8', <Object: cat-lopatina8>),
  2190. (u'cat-lobach-plaza-3', <Object: cat-lobach-plaza-3>),
  2191. (u'cat-larina7', <Object: cat-larina7>),
  2192. (u'cat-lopatina8-1', <Object: cat-lopatina8-1>),
  2193. (u'cat-lvovskaya', <Object: cat-lvovskaya>),
  2194. (u'cat-levinka3g', <Object: cat-levinka3g>),
  2195. (u'cat-lazur-2', <Object: cat-lazur-2>),
  2196. (u'cat-litvinova-spar', <Object: cat-litvinova-spar>),
  2197. (u'cat-london', <Object: cat-london>),
  2198. (u'cat-lobach-plaza-5', <Object: cat-lobach-plaza-5>),
  2199. (u'cat-lazur', <Object: cat-lazur>),
  2200. (u'cat-lobach-plaza-8', <Object: cat-lobach-plaza-8>),
  2201. (u'cat-matrix', <Object: cat-matrix>),
  2202. (u'cat-metro', <Object: cat-metro>),
  2203. (u'cat-meschera3g', <Object: cat-meschera3g>),
  2204. (u'cat-manufaktur', <Object: cat-manufaktur>),
  2205. (u'cat-lyskovo', <Object: cat-lyskovo>),
  2206. (u'cat-mayakovka', <Object: cat-mayakovka>),
  2207. (u'cat-m-moscow', <Object: cat-m-moscow>),
  2208. (u'cat-metro-1', <Object: cat-metro-1>),
  2209. (u'cat-meshera', <Object: cat-meshera>),
  2210. (u'cat-med', <Object: cat-med>),
  2211. (u'cat-mega', <Object: cat-mega>),
  2212. (u'cat-m-gorkogo', <Object: cat-m-gorkogo>),
  2213. (u'cat-mega-main', <Object: cat-mega-main>),
  2214. (None, <Object: 533d3126f3b6821183714a4c>),
  2215. (None, <Object: 533d3126f3b6821183714a4e>),
  2216. (None, <Object: 533d3126f3b6821183714a50>),
  2217. (None, <Object: 533d3126f3b6821183714a52>),
  2218. (u'cat-molodezhny-2', <Object: cat-molodezhny-2>),
  2219. (u'cat-mkazakova-main-2', <Object: cat-mkazakova-main-2>),
  2220. (u'cat-mkazakova', <Object: cat-mkazakova>),
  2221. (u'cat-mon3g', <Object: cat-mon3g>),
  2222. (u'cat-molodezhny', <Object: cat-molodezhny>),
  2223. (u'cat-mkazakova3g', <Object: cat-mkazakova3g>),
  2224. (u'cat-mon-3', <Object: cat-mon-3>),
  2225. (u'cat-monchaga', <Object: cat-monchaga>),
  2226. (u'cat-mokrousova', <Object: cat-mokrousova>),
  2227. (u'cat-mon-2', <Object: cat-mon-2>),
  2228. (u'cat-mkazakova-2', <Object: cat-mkazakova-2>),
  2229. (u'cat-nartova2', <Object: cat-nartova2>),
  2230. (u'cat-msh300', <Object: cat-msh300>),
  2231. (u'cat-msh120-main', <Object: cat-msh120-main>),
  2232. (u'cat-nahimova', <Object: cat-nahimova>),
  2233. (u'cat-muravey-main', <Object: cat-muravey-main>),
  2234. (u'cat-mosmart', <Object: cat-mosmart>),
  2235. (u'cat-msh3003g', <Object: cat-msh3003g>),
  2236. (u'cat-msh120', <Object: cat-msh120>),
  2237. (u'cat-msh120-2', <Object: cat-msh120-2>),
  2238. (u'cat-narodnaya3g', <Object: cat-narodnaya3g>),
  2239. (u'cat-mpokrov3g', <Object: cat-mpokrov3g>),
  2240. (u'cat-muravey-2', <Object: cat-muravey-2>),
  2241. (u'cat-nfarm-2', <Object: cat-nfarm-2>),
  2242. (u'cat-niickd', <Object: cat-niickd>),
  2243. (u'cat-nbd3g', <Object: cat-nbd3g>),
  2244. (u'cat-nmts-2', <Object: cat-nmts-2>),
  2245. (u'cat-nngu3g', <Object: cat-nngu3g>),
  2246. (u'cat-nmts-3', <Object: cat-nmts-3>),
  2247. (u'cat-nartova3g', <Object: cat-nartova3g>),
  2248. (u'cat-nbd', <Object: cat-nbd>),
  2249. (u'cat-nmts-4', <Object: cat-nmts-4>),
  2250. (u'cat-npriboya', <Object: cat-npriboya>),
  2251. (u'cat-nartova4', <Object: cat-nartova4>),
  2252. (u'cat-nfarm-1', <Object: cat-nfarm-1>),
  2253. (u'cat-orbita3g', <Object: cat-orbita3g>),
  2254. (u'cat-orbita', <Object: cat-orbita>),
  2255. (u'cat-popova', <Object: cat-popova>),
  2256. (None, <Object: 533d3c07f3b68214c5345759>),
  2257. (None, <Object: 533d3c07f3b68214c534575b>),
  2258. (None, <Object: 533d3c07f3b68214c534575d>),
  2259. (None, <Object: 533d3c07f3b68214c534575f>),
  2260. (None, <Object: 533d3c07f3b68214c5345761>),
  2261. (u'cat-pech-1', <Object: cat-pech-1>),
  2262. (u'cat-ordzh', <Object: cat-ordzh>),
  2263. (u'cat-pech-3-2', <Object: cat-pech-3-2>),
  2264. (u'cat-piskunova27', <Object: cat-piskunova27>),
  2265. (u'cat-poltavskaya22', <Object: cat-poltavskaya22>),
  2266. (u'cat-pech-1-2', <Object: cat-pech-1-2>),
  2267. (u'cat-nvolzhskaya', <Object: cat-nvolzhskaya>),
  2268. (u'cat-politeh-6k', <Object: cat-politeh-6k>),
  2269. (u'cat-oksky2', <Object: cat-oksky2>),
  2270. (u'cat-obuhova', <Object: cat-obuhova>),
  2271. (u'cat-politeh-2', <Object: cat-politeh-2>),
  2272. (u'cat-obuhova11', <Object: cat-obuhova11>),
  2273. (u'cat-pech-3', <Object: cat-pech-3>),
  2274. (u'cat-pobedy3g', <Object: cat-pobedy3g>),
  2275. (u'cat-oka', <Object: cat-oka>),
  2276. (u'cat-pensfond-1', <Object: cat-pensfond-1>),
  2277. (u'cat-pamir', <Object: cat-pamir>),
  2278. (u'cat-pensfond', <Object: cat-pensfond>),
  2279. (u'cat-partarhiv', <Object: cat-partarhiv>),
  2280. (u'cat-park-gaz', <Object: cat-park-gaz>),
  2281. (u'cat-oksky6', <Object: cat-oksky6>),
  2282. (u'cat-oreh3g', <Object: cat-oreh3g>),
  2283. (u'cat-pech-2', <Object: cat-pech-2>),
  2284. (u'cat-podnovye', <Object: cat-podnovye>),
  2285. (u'cat-pavlovo', <Object: cat-pavlovo>),
  2286. (u'cat-politeh', <Object: cat-politeh>),
  2287. (u'cat-plotnikova', <Object: cat-plotnikova>),
  2288. (u'cat-premio', <Object: cat-premio>),
  2289. (u'cat-politboycov', <Object: cat-politboycov>),
  2290. (u'cat-proletarka-main', <Object: cat-proletarka-main>),
  2291. (u'cat-raevskogo', <Object: cat-raevskogo>),
  2292. (u'cat-pskbelinka', <Object: cat-pskbelinka>),
  2293. (u'cat-print-5', <Object: cat-print-5>),
  2294. (u'cat-r192', <Object: cat-r192>),
  2295. (u'cat-print-2', <Object: cat-print-2>),
  2296. (u'cat-proviant3g', <Object: cat-proviant3g>),
  2297. (u'cat-print-main', <Object: cat-print-main>),
  2298. (u'cat-promis3g', <Object: cat-promis3g>),
  2299. (u'cat-proletarka3g', <Object: cat-proletarka3g>),
  2300. (u'cat-pskbelinka-2', <Object: cat-pskbelinka-2>),
  2301. (u'cat-resh-main', <Object: cat-resh-main>),
  2302. (u'cat-semashko37-3', <Object: cat-semashko37-3>),
  2303. (u'cat-resh-8', <Object: cat-resh-8>),
  2304. (u'cat-serg8-1', <Object: cat-serg8-1>),
  2305. (u'cat-shokolad3g', <Object: cat-shokolad3g>),
  2306. (u'cat-resh-14', <Object: cat-resh-14>),
  2307. (u'cat-salg-2', <Object: cat-salg-2>),
  2308. (u'cat-socgorod', <Object: cat-socgorod>),
  2309. (u'cat-salg-8', <Object: cat-salg-8>),
  2310. (u'cat-smolino', <Object: cat-smolino>),
  2311. (u'cat-svobody63', <Object: cat-svobody63>),
  2312. (u'cat-resh-11', <Object: cat-resh-11>),
  2313. (u'cat-resh3g', <Object: cat-resh3g>),
  2314. (u'cat-stroydet3g', <Object: cat-stroydet3g>),
  2315. (u'cat-start', <Object: cat-start>),
  2316. (u'cat-dzr-sintez', <Object: cat-dzr-sintez>),
  2317. (u'cat-serg3g', <Object: cat-serg3g>),
  2318. (u'cat-salg-6', <Object: cat-salg-6>),
  2319. (u'cat-resh-5', <Object: cat-resh-5>),
  2320. (u'cat-snow', <Object: cat-snow>),
  2321. (u'cat-sambo', <Object: cat-sambo>),
  2322. (u'cat-start3g', <Object: cat-start3g>),
  2323. (u'cat-teplo3g', <Object: cat-teplo3g>),
  2324. (u'cat-teledom', <Object: cat-teledom>),
  2325. (u'cat-semashko37-main', <Object: cat-semashko37-main>),
  2326. (u'cat-dzr-royal', <Object: cat-dzr-royal>),
  2327. (u'cat-resh-5-2', <Object: cat-resh-5-2>),
  2328. (u'cat-tsiol', <Object: cat-tsiol>),
  2329. (u'cat-salg-main', <Object: cat-salg-main>),
  2330. (u'cat-ryabceva', <Object: cat-ryabceva>),
  2331. (u'cat-strazh', <Object: cat-strazh>),
  2332. (u'cat-severnyi', <Object: cat-severnyi>),
  2333. (u'cat-raevskogo', <Object: cat-raevskogo>),
  2334. (u'cat-salg-4', <Object: cat-salg-4>),
  2335. (u'cat-smirnova3g', <Object: cat-smirnova3g>),
  2336. (u'cat-uat', <Object: cat-uat>),
  2337. (u'cat-riap', <Object: cat-riap>),
  2338. (u'cat-resh-main-2', <Object: cat-resh-main-2>),
  2339. (u'cat-shekspira', <Object: cat-shekspira>),
  2340. (u'cat-uljanova26', <Object: cat-uljanova26>),
  2341. (u'cat-yarmarka', <Object: cat-yarmarka>),
  2342. (u'cat-sherbinki3g', <Object: cat-sherbinki3g>),
  2343. (u'cat-sel', <Object: cat-sel>),
  2344. (u'cat-telegraf', <Object: cat-telegraf>),
  2345. (u'cat-voronova3g', <Object: cat-voronova3g>),
  2346. (u'cat-ubileinyi3g', <Object: cat-ubileinyi3g>),
  2347. (u'cat-sarov', <Object: cat-sarov>),
  2348. (u'cat-zav-flayg', <Object: cat-zav-flayg>),
  2349. (u'cat-vorovskogo8', <Object: cat-vorovskogo8>),
  2350. (u'cat-vita', <Object: cat-vita>),
  2351. (u'cat-zmile-5', <Object: cat-zmile-5>),
  2352. (u'cat-vozhd3g', <Object: cat-vozhd3g>),
  2353. (u'cat-zkpd3g', <Object: cat-zkpd3g>),
  2354. (u'cat-zav-baumana10', <Object: cat-zav-baumana10>),
  2355. (u'cat-yasnaya', <Object: cat-yasnaya>),
  2356. (u'cat-sozvezdie-1', <Object: cat-sozvezdie-1>),
  2357. (u'cat-stroysnab', <Object: cat-stroysnab>),
  2358. (u'cat-vyksa', <Object: cat-vyksa>),
  2359. (u'cat-rev-3-3', <Object: cat-rev-3-3>),
  2360. (u'cat-rev-4-3', <Object: cat-rev-4-3>),
  2361. (u'cat-salg-garage', <Object: cat-salg-garage>),
  2362. (u'cat-sortirovka', <Object: cat-sortirovka>),
  2363. (u'cat-selstroy3g', <Object: cat-selstroy3g>),
  2364. (u'cat-sormsh15', <Object: cat-sormsh15>),
  2365. (u'cat-vatutina', <Object: cat-vatutina>),
  2366. (u'cat-toledo', <Object: cat-toledo>),
  2367. (u'cat-raketnaya', <Object: cat-raketnaya>),
  2368. (u'cat77-5', <Object: cat77-5>),
  2369. (u'cat-sputnica', <Object: cat-sputnica>),
  2370. (u'vyksa', <Object: vyksa>),
  2371. (u'cat-vtorchermet', <Object: cat-vtorchermet>),
  2372. (u'cat-dzr-ude', <Object: cat-dzr-ude>),
  2373. (u'cat-strigino3g', <Object: cat-strigino3g>),
  2374. (u'cat-stroyacad', <Object: cat-stroyacad>),
  2375. (u'cat-resh-2', <Object: cat-resh-2>),
  2376. (u'cat-zimina', <Object: cat-zimina>),
  2377. (u'cat-zmile-2', <Object: cat-zmile-2>),
  2378. (u'cat-sennaya', <Object: cat-sennaya>),
  2379. (u'cat-ukr', <Object: cat-ukr>),
  2380. (u'cat-term3g', <Object: cat-term3g>),
  2381. (u'cat-soyuz', <Object: cat-soyuz>),
  2382. (u'cat-vedenyapina', <Object: cat-vedenyapina>),
  2383. (u'cat-sormsh1b', <Object: cat-sormsh1b>),
  2384. (u'cat-yugozapad', <Object: cat-yugozapad>),
  2385. (u'cat-usilova3g', <Object: cat-usilova3g>),
  2386. (u'cat-yaroshenko', <Object: cat-yaroshenko>),
  2387. (u'cat-zhukova3g', <Object: cat-zhukova3g>),
  2388. (u'cat-rev-4', <Object: cat-rev-4>),
  2389. (u'cat-vorovskogo24', <Object: cat-vorovskogo24>),
  2390. (u'cat77-6', <Object: cat77-6>),
  2391. (u'cat-zav-zav2', <Object: cat-zav-zav2>),
  2392. (u'cat-svobody633g', <Object: cat-svobody633g>),
  2393. (u'cat-rev-4-4', <Object: cat-rev-4-4>),
  2394. (u'cat-vitus-main-2', <Object: cat-vitus-main-2>),
  2395. (None, <Object: 533d47f2f3b6821d15675038>),
  2396. (None, <Object: 533d47f2f3b6821d1567503a>),
  2397. (u'cat-zmile3g', <Object: cat-zmile3g>),
  2398. (u'cat-taifun', <Object: cat-taifun>),
  2399. (u'cat-tyuz', <Object: cat-tyuz>),
  2400. (u'cat-volna3g', <Object: cat-volna3g>),
  2401. (u'cat-uralsib', <Object: cat-uralsib>),
  2402. (u'cat-start-2', <Object: cat-start-2>),
  2403. (u'cat-yaroshenko-3', <Object: cat-yaroshenko-3>),
  2404. (u'kstovo', <Object: kstovo>),
  2405. (u'cat-rev-4-2', <Object: cat-rev-4-2>),
  2406. (u'cat-zmile-main', <Object: cat-zmile-main>),
  2407. (u'nmts', <Object: nmts>),
  2408. (u'cat-zav-1', <Object: cat-zav-1>),
  2409. (u'cat-yar3g', <Object: cat-yar3g>),
  2410. (u'cat-vitus-2', <Object: cat-vitus-2>),
  2411. (u'cat-vitus', <Object: cat-vitus>),
  2412. (u'zav', <Object: zav>),
  2413. (None, <Object: 533d487cf3b6821dfe9538e0>),
  2414. (None, <Object: 533d487cf3b6821dfe9538e2>),
  2415. (None, <Object: 533d487cf3b6821dfe9538e4>),
  2416. (None, <Object: 533d487cf3b6821dfe9538e6>),
  2417. (u'cat-vvolzhskaya83g', <Object: cat-vvolzhskaya83g>),
  2418. (u'cat-yugozapad-2', <Object: cat-yugozapad-2>),
  2419. (u'cat-uljanova7', <Object: cat-uljanova7>),
  2420. (u'cat77-9', <Object: cat77-9>),
  2421. (u'cat-yuzhnoe3g', <Object: cat-yuzhnoe3g>),
  2422. (u'cat-yar-main', <Object: cat-yar-main>),
  2423. (u'cat77-7', <Object: cat77-7>),
  2424. (u'cat-vavilova', <Object: cat-vavilova>),
  2425. (u'cat-rev-6', <Object: cat-rev-6>),
  2426. (u'cat-zmile-main-2', <Object: cat-zmile-main-2>),
  2427. (u'cat-zav', <Object: cat-zav>),
  2428. (u'cat-zav-avtodvigatel', <Object: cat-zav-avtodvigatel>),
  2429. (u'cat-zmile-2-2', <Object: cat-zmile-2-2>),
  2430. (u'cat-yuzhnoe-35', <Object: cat-yuzhnoe-35>),
  2431. (u'cat-zav-center', <Object: cat-zav-center>),
  2432. (u'cat-rev-3-2', <Object: cat-rev-3-2>),
  2433. (u'cat-kommuny', <Object: cat-kommuny>),
  2434. (u'cat-glaverbor', <Object: cat-glaverbor>),
  2435. (u'cat-office-1009', <Object: cat-office-1009>),
  2436. (u'cat-dzr-pushkina', <Object: cat-dzr-pushkina>),
  2437. (u'bb-nmts', <Object: bb-nmts>),
  2438. (u'cat-gaz-1', <Object: cat-gaz-1>),
  2439. (u'cat-dzr-krasnoarm', <Object: cat-dzr-krasnoarm>),
  2440. (u'cat-office-1003', <Object: cat-office-1003>),
  2441. (u'cat-office-1001', <Object: cat-office-1001>),
  2442. (u'bb-niickd-1', <Object: bb-niickd-1>),
  2443. (u'cat-office-1005', <Object: cat-office-1005>),
  2444. (u'cat-77-8', <Object: cat-77-8>),
  2445. (u'cat-office-main', <Object: cat-office-main>),
  2446. (u'cat-rumo', <Object: cat-rumo>),
  2447. (u'cat-iptv-mw-2', <Object: cat-iptv-mw-2>),
  2448. (u'cat-perehodnikova', <Object: cat-perehodnikova>),
  2449. (u'cat-iptv-mw-1', <Object: cat-iptv-mw-1>),
  2450. (u'cat-sozvezdie3g', <Object: cat-sozvezdie3g>),
  2451. (u'cpe-glassteam', <Object: cpe-glassteam>),
  2452. (u'cat-rev-3', <Object: cat-rev-3>),
  2453. (u'cat-r192-2', <Object: cat-r192-2>),
  2454. (u'cat-proletarka', <Object: cat-proletarka>),
  2455. (u'cat-sofia', <Object: cat-sofia>),
  2456. (u'cat-sormsh1b-2', <Object: cat-sormsh1b-2>),
  2457. (None, <Object: 535fb58ef3b6827061c626ea>),
  2458. (u'cat-nbd-2', <Object: cat-nbd-2>),
  2459. (u'cat-muravey', <Object: cat-muravey>),
  2460. (u'cat77', <Object: cat77>),
  2461. (u'cat-serg8-6', <Object: cat-serg8-6>),
  2462. (u'cat-peugeot', <Object: cat-peugeot>),
  2463. (u'cpe-zav-fufina', <Object: cpe-zav-fufina>),
  2464. (u'bb-56-1', <Object: bb-56-1>),
  2465. (u'cat-kirova', <Object: cat-kirova>),
  2466. (u'cat-mkazakova-3', <Object: cat-mkazakova-3>),
  2467. (u'cpe-mvideo-etagi', <Object: cpe-mvideo-etagi>),
  2468. (u'cat-nbd-1', <Object: cat-nbd-1>),
  2469. (u'isam-dzr-sintez', <Object: isam-dzr-sintez>),
  2470. (u'cpe-mvideo-parkavenue', <Object: cpe-mvideo-parkavenue>),
  2471. (u'cat-nartova-6', <Object: cat-nartova-6>),
  2472. (u'cat-term', <Object: cat-term>),
  2473. (u'cpe-mvideo-rev', <Object: cpe-mvideo-rev>),
  2474. (u'cat-korolenko29', <Object: cat-korolenko29>),
  2475. (u'cat-30-2', <Object: cat-30-2>),
  2476. (u'cat-granitny', <Object: cat-granitny>),
  2477. (None, <Object: 537b2940f3b682fa61a04af6>),
  2478. (None, <Object: 537b2940f3b682fa61a04af8>),
  2479. (u'cat-zav-froyden', <Object: cat-zav-froyden>),
  2480. (u'cat-komsomol-2', <Object: cat-komsomol-2>),
  2481. (u'cat-mon', <Object: cat-mon>),
  2482. (u'cat-komsomol-1', <Object: cat-komsomol-1>),
  2483. (u'cpe-baltika', <Object: cpe-baltika>),
  2484. (u'cat-sloboda', <Object: cat-sloboda>),
  2485. (u'cpe-otkrytie9', <Object: cpe-otkrytie9>),
  2486. (u'cat-belinka32', <Object: cat-belinka32>),
  2487. (u'cat-nizhegorodets', <Object: cat-nizhegorodets>),
  2488. (None, <Object: 5394064af3b68275ec737510>),
  2489. (None, <Object: 5394064af3b68275ec737512>),
  2490. (None, <Object: 5394064af3b68275ec737514>),
  2491. (None, <Object: 5394064af3b68275ec737516>),
  2492. (None, <Object: 53940932f3b68275ec737580>),
  2493. (None, <Object: 53940932f3b68275ec737582>),
  2494. (None, <Object: 53940934f3b68275ec737584>),
  2495. (None, <Object: 53940934f3b68275ec737586>),
  2496. (None, <Object: 53940df8f3b68275ec7375f5>),
  2497. (None, <Object: 53940df8f3b68275ec7375f7>),
  2498. (None, <Object: 5394a01ef3b6827f0a96b01d>),
  2499. (u'csg-arz-tv', <Object: csg-arz-tv>),
  2500. (u'csg-diveevo', <Object: csg-diveevo>),
  2501. (None, <Object: 5395a30af3b6827f0a96d529>),
  2502. (None, <Object: 5395a30af3b6827f0a96d52b>),
  2503. (u'csg-rozhmaydan', <Object: csg-rozhmaydan>),
  2504. (u'csg-nizhegorodets', <Object: csg-nizhegorodets>),
  2505. (None, <Object: 5396f4cef3b6820793e39934>),
  2506. (None, <Object: 5396f4cef3b6820793e39936>),
  2507. (u'cat-zav-mandarin', <Object: cat-zav-mandarin>),
  2508. (u'cat-akimova', <Object: cat-akimova>),
  2509. (u'cat-strelkovaya', <Object: cat-strelkovaya>)]
  2510. ------------------------------------------------------------------------
  2511. File: /opt/noc/lib/app/site.py (Line: 232)
  2512. Function: inner
  2513. 225 for k, v in request.POST.lists())
  2514. 226 elif request.method == "GET":
  2515. 227 a = dict((k, v[0] if len(v) == 1 else v)
  2516. 228 for k, v in request.GET.lists())
  2517. 229 logging.debug("API %s %s %s" % (request.method,
  2518. 230 request.path, a))
  2519. 231 # Call handler
  2520. 232 ==> r = v(request, *args, **kwargs)
  2521. 233 # Dump SQL statements
  2522. 234 if self.log_sql_statements:
  2523. 235 from django.db import connections
  2524. 236 tsc = 0
  2525. 237 sc = defaultdict(int)
  2526. 238 for conn in connections.all():
  2527. Variables:
  2528. args = ()
  2529. view_map =
  2530. {'GET': <bound method InvApplication.api_node of <noc.inv.apps.inv.views.InvApplication object at 0x811740d10>>}
  2531. Form = <class 'django.forms.forms.Form'>
  2532. DictParameter = <class 'noc.sa.interfaces.base.DictParameter'>
  2533. self = <noc.lib.app.site.Site object at 0x801b8c590>
  2534. v =
  2535. <bound method InvApplication.api_node of <noc.inv.apps.inv.views.InvApplication object at 0x811740d10>>
  2536. request =
  2537. <WSGIRequest
  2538. path:/inv/inv/node/,
  2539. GET:<QueryDict: {u'node': [u'530afb52f3b682045a7bce89'], u'_dc': [u'1402842413288']}>,
  2540. POST:<QueryDict: {}>,
  2541. COOKIES:{'csrftoken': '102bc6e214b4272a803d0c0a1dd106aa',
  2542. 'sessionid': '71296f7d32497bba1498c201a8ca1d02'},
  2543. META:{'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
  2544. 'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
  2545. 'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5',
  2546. 'HTTP_CONNECTION': 'close',
  2547. 'HTTP_COOKIE': 'csrftoken=102bc6e214b4272a803d0c0a1dd106aa; sessionid=71296f7d32497bba1498c201a8ca1d02',
  2548. 'HTTP_DNT': '1',
  2549. 'HTTP_HOST': '127.0.0.1:8000',
  2550. 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0',
  2551. 'PATH_INFO': u'/inv/inv/node/',
  2552. 'QUERY_STRING': '_dc=1402842413288&node=530afb52f3b682045a7bce89',
  2553. 'REMOTE_ADDR': '127.0.0.1',
  2554. 'REQUEST_METHOD': 'GET',
  2555. 'SCRIPT_NAME': u'',
  2556. 'SERVER_NAME': '127.0.0.1',
  2557. 'SERVER_PORT': '8000',
  2558. 'SERVER_PROTOCOL': 'HTTP/1.0',
  2559. 'wsgi.errors': <open file '/dev/null', mode 'a+' at 0x8074a8150>,
  2560. 'wsgi.input': <_io.BytesIO object at 0x812128ef0>,
  2561. 'wsgi.multiprocess': True,
  2562. 'wsgi.multithread': False,
  2563. 'wsgi.run_once': False,
  2564. 'wsgi.url_scheme': 'http',
  2565. 'wsgi.version': (1, 0)}>
  2566. InterfaceTypeError = <class 'noc.sa.interfaces.base.InterfaceTypeError'>
  2567. to_log_api_call = False
  2568. kwargs = {}
  2569. PermissionDenied = <class 'noc.lib.app.access.PermissionDenied'>
  2570. app = <noc.inv.apps.inv.views.InvApplication object at 0x811740d10>
  2571. ------------------------------------------------------------------------
  2572. END OF TRACEBACK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement