ui: tape/ChangerStatus - use POST for barcode-label-media

This commit is contained in:
Dietmar Maurer 2021-01-29 17:06:53 +01:00
parent d2edc68ead
commit b8d526f18d

View File

@ -339,6 +339,7 @@ Ext.define('PBS.TapeManagement.ChangerStatus', {
Ext.create('Proxmox.window.Edit', {
title: gettext('Barcode Label'),
showTaskViewer: true,
method: 'POST',
url: '/api2/extjs/tape/drive',
submitUrl: function(url, values) {
let drive = values.drive;