blob: 36937838c9d0f9237c079dec38ab697ed7e1a145 [file] [log] [blame]
Herbert Eiselt092189e2019-04-03 17:24:29 +02001.. contents::
2 :depth: 3
3..
4
5Inventory
6=========
7
8The application offers basic inventory management of devices supporting
Aijana Schumann06fb5292020-02-11 15:44:17 +01009ONF-TR-512 and ietf-hardware.
Herbert Eiselt092189e2019-04-03 17:24:29 +020010
Aijana Schumannb439e2b2020-09-03 20:39:00 +020011Views
12-----
13
14The inventory application offers two different ways to visualize
15inventory data.
16
17Tableview
18~~~~~~~~~
19
Aijana Schumann06fb5292020-02-11 15:44:17 +010020The view displays the inventory data of the network element for
21example, serial-numbers and part-numbers according to the containment of
Aijana Schumannb439e2b2020-09-03 20:39:00 +020022the equipment as a table. By right-clicking on an entry, the element
23can be viewed in the treeview.
24
25Treeview
26~~~~~~~~
27
28The treeview visualizes relations between the inventory data of a
29network element. To load all relations, a ’*’ can be entered in the
30search-field.
Herbert Eiselt092189e2019-04-03 17:24:29 +020031
32Inventory Export:
Aijana Schumannb439e2b2020-09-03 20:39:00 +020033^^^^^^^^^^^^^^^^^
Herbert Eiselt092189e2019-04-03 17:24:29 +020034
Aijana Schumannb439e2b2020-09-03 20:39:00 +020035The ‘︙’ button in the upper right corner of the table allows exporting
Aijana Schumann06fb5292020-02-11 15:44:17 +010036the inventory data as a CSV file.
Herbert Eiselt092189e2019-04-03 17:24:29 +020037
Aijana Schumann06fb5292020-02-11 15:44:17 +010038Only the currently viewed table data is exported. As the default
39pagination is set to 10, only the first 10 rows or filtered rows would
40be exported. To increase the number of exported rows change the
41pagination.
Herbert Eiselt092189e2019-04-03 17:24:29 +020042
Aijana Schumann06fb5292020-02-11 15:44:17 +010043The behavior of the export can vary based on different browsers:
44
45a) Some browsers allow you to save the file with the predefined name
Herbert Eiselt092189e2019-04-03 17:24:29 +020046 export.csv. In case your browser does not offer this function please
Aijana Schumannb439e2b2020-09-03 20:39:00 +020047 use the Save as…’ option and define the filename with extension csv.
Herbert Eiselt092189e2019-04-03 17:24:29 +020048
Aijana Schumann06fb5292020-02-11 15:44:17 +010049b) Some browsers save the file automatically with the alphanumeric name
50 but without an extension. In such a case navigate to the downloaded
51 file location and rename the file. The extension (csv) must be
Aijana Schumannb439e2b2020-09-03 20:39:00 +020052 appended to the name. The result should look like export_file.csv.