chore(mikrotikConfigRoutes): remove deprecated MikroTik configuration routes file
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m49s
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m49s
This commit is contained in:
@@ -2242,7 +2242,7 @@ function NetworkConfigManager() {
|
||||
body: JSON.stringify(requestBody),
|
||||
});
|
||||
const contentType = response.headers.get('Content-Type') || '';
|
||||
const isStream = streamLogs && (contentType.includes('ndjson') || contentType.includes('x-ndjson');
|
||||
const isStream = streamLogs && (contentType.includes('ndjson') || contentType.includes('x-ndjson'));
|
||||
|
||||
let data = {};
|
||||
if (isStream && response.body) {
|
||||
|
||||
Reference in New Issue
Block a user