feat: 状态监视器添加IP地址显示
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { Request, Response } from 'express';
|
||||
import * as ConnectionService from '../services/connection.service';
|
||||
import * as SshService from '../services/ssh.service';
|
||||
import * as GuacamoleService from '../services/guacamole.service'; // 导入 GuacamoleService
|
||||
import * as GuacamoleService from '../services/guacamole.service';
|
||||
import * as ImportExportService from '../services/import-export.service';
|
||||
import * as ConnectionRepository from '../repositories/connection.repository'; // +++ 导入 ConnectionRepository +++
|
||||
import * as ConnectionRepository from '../repositories/connection.repository';
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -11,11 +11,11 @@ import {
|
||||
testUnsavedConnection,
|
||||
exportConnections,
|
||||
importConnections,
|
||||
getRdpSessionToken, // Import the new controller function
|
||||
getVncSessionToken, // Import the VNC session token controller function
|
||||
cloneConnection, // +++ Import the clone controller function +++
|
||||
// updateConnectionTags, // No longer directly used by primary flow
|
||||
addTagToConnections // +++ Import the new controller function for adding tag to multiple connections +++
|
||||
getRdpSessionToken,
|
||||
getVncSessionToken,
|
||||
cloneConnection,
|
||||
|
||||
addTagToConnections
|
||||
} from './connections.controller';
|
||||
|
||||
const router = Router();
|
||||
|
||||
Reference in New Issue
Block a user