Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Adrian Schollmeyer
Aruba-WLAN Python Scripts
Commits
e6136bc4
Commit
e6136bc4
authored
Aug 23, 2021
by
Alexander Detsch
🐘
Browse files
fix numbering in wiki, modlename in uppercase
parent
146675e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
arubawlan-python-scripts/add_aruba_ap.py
View file @
e6136bc4
...
...
@@ -130,9 +130,9 @@ class WarehouseWikipage:
ap
[
'Ort'
]
=
f
"
{
ap_data
.
site
}
, Zi.
{
ap_data
.
location
}
"
ap
[
'Seriennummer'
]
=
ap_data
.
serial
ap
[
'MAC-Adresse'
]
=
ap_data
.
mac
ap
[
'Typ'
]
=
ap_data
.
model
ap
[
'number'
]
=
str
(
len
(
self
.
aps
)
+
2
)
ap
[
'Anschaffung'
]
=
"FIXME"
ap
[
'Typ'
]
=
ap_data
.
model
.
upper
()
ap
[
'number'
]
=
str
(
len
(
self
.
aps
)
+
1
)
ap
[
'Anschaffung'
]
=
"FIXME"
# creates fixme-Tag in Wiki
ap
[
'Bemerkung'
]
=
""
self
.
aps
[
ap_data
.
serial
]
=
ap
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment