mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 02:04:33 +08:00
Add name to zebra printer initialization [SCI-7312]
This commit is contained in:
parent
88d9ece237
commit
16a7dd261f
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@
|
|||
this.printers.push({
|
||||
id: `zebra${this.printers.length}`,
|
||||
attributes: {
|
||||
name: device.name,
|
||||
display_name: device.name,
|
||||
type_of: 'zebra',
|
||||
status: device.status.toLowerCase(),
|
||||
|
|
Loading…
Reference in a new issue