diff options
author | Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> | 2019-04-03 17:24:29 +0200 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2019-04-09 14:13:29 +0000 |
commit | 092189e83c4bd470b9232380dd1a33c63a035606 (patch) | |
tree | 5d296af1e01f79b0d05dd1fec29c3ba78229c54b /docs/guides/onap-user/pnfInventory.rst | |
parent | 3ebc1c63fb2e5c62eb52da140cc326fbc271aab0 (diff) |
SDN-R read2docs
Add docs folder and project with src
Change-Id: I0299c5984c747a40a8dd1e3f79479b9e9d729d50
Issue-ID: SDNC-683
Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
Diffstat (limited to 'docs/guides/onap-user/pnfInventory.rst')
-rw-r--r-- | docs/guides/onap-user/pnfInventory.rst | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/guides/onap-user/pnfInventory.rst b/docs/guides/onap-user/pnfInventory.rst new file mode 100644 index 000000000..0a9bf16c7 --- /dev/null +++ b/docs/guides/onap-user/pnfInventory.rst @@ -0,0 +1,35 @@ +.. contents:: + :depth: 3 +.. + +Inventory +========= + +The application offers basic inventory management of devices supporting +ONF-TR-512. + +The view displays the inventory data of the network element - basically +serial-numbers and part-numbers are displaced according to the +containment of the equipment. + +Inventory Export: +----------------- + +As the default pagination size is set to 10, when you export the data +only first 10 rows or the first 10 filtered rows shown on the page will +be exported to a file. The inventory export allows the export of up to +1000 entries, when the pagination size is increased to 1000. So, It is +recommended to change the pagination size 'Rows per page' to 1000 if you +want to export the complete Inventory data. + +To export the Inventory data: The behaviour is different depending on +the browser: + +a) Some browsers allows you to save the file with the predefined name + export.csv. In case your browser does not offer this function please + use 'Save as..' option and define the filename with extension csv. + +b) Some browsers saves the file automatically with the alphanumeric name + without an extension. In such case please go to the downloaded file + location and rename the file with the extension after the download. + (eg: export\_file.csv) |