Skip to content
Snippets Groups Projects
Commit 621404ac authored by Jerome Carnis's avatar Jerome Carnis :fox:
Browse files

Merge branch 'tapedrive' into 'master'

add constants for the Tapedrive project

See merge request cfel-sc-public/kamzik3!8
parents a900c52d dadf9e2e
Branches master
No related tags found
No related merge requests found
......@@ -122,6 +122,11 @@ PROXY = "PROXY"
GROUP_RC = u"RocketChat"
# List of general Attributes
ATTR_AVAILABLE_LENGTH = u"Available length"
ATTR_USED_LENGTH = u"Used length"
ATTR_USED_LENGTH_PERCENT = u"Used length percentage"
ATTR_REFERENCE_POSITION = u"Reference position"
ATTR_TAPE_RADIUS = u"Tape radius"
ATTR_SERIAL_NUMBER = u"Serial number"
ATTR_PRODUCT_TYPE = u"Product type"
ATTR_MODEL = u"Model name"
......
......@@ -130,4 +130,4 @@ class DeviceNumAttributeEnabledWidget(DeviceNumAttributeWidget):
else:
self.setEnabled(False)
self.set_status_label(value)
\ No newline at end of file
self.set_status_label(value)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment