diff --git a/src/utils/functions.js b/src/utils/functions.js index 5964284..f8fa60c 100644 --- a/src/utils/functions.js +++ b/src/utils/functions.js @@ -1,4 +1,4 @@ -import { postLog } from '../../logger.js'; +import { postLog } from './logger.js'; function showNotification(message, type = 'info') { const icons = { diff --git a/logger.js b/src/utils/logger.js similarity index 100% rename from logger.js rename to src/utils/logger.js diff --git a/src/views/InstanceDetail.vue b/src/views/InstanceDetail.vue index 6e235fa..5514a5e 100644 --- a/src/views/InstanceDetail.vue +++ b/src/views/InstanceDetail.vue @@ -199,8 +199,8 @@ {{ proxy.localIP }}:{{ proxy.localPort }}
- Remote Port - {{ proxy.remotePort }} + Remote Address + {{ instanceConfig['Server Address'] || '' }}:{{ proxy.remotePort }}