update
This commit is contained in:
@@ -1200,7 +1200,7 @@
|
|||||||
},
|
},
|
||||||
"sshSuspend": {
|
"sshSuspend": {
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"markedForSuspendInfo": "Session {id} marked for suspend. It will be suspended when the tab is closed or the application exits.",
|
"markedForSuspendInfo": "Session {id} marked for suspend. It will be suspended when the tab is closed exits.",
|
||||||
"wsNotConnectedError": "WebSocket not connected. Cannot perform suspend/resume action.",
|
"wsNotConnectedError": "WebSocket not connected. Cannot perform suspend/resume action.",
|
||||||
"sessionNotFoundError": "Session not found or WebSocket manager unavailable.",
|
"sessionNotFoundError": "Session not found or WebSocket manager unavailable.",
|
||||||
"notMarkedWarning": "Session was not marked for suspend.",
|
"notMarkedWarning": "Session was not marked for suspend.",
|
||||||
|
|||||||
@@ -1202,7 +1202,7 @@
|
|||||||
},
|
},
|
||||||
"sshSuspend": {
|
"sshSuspend": {
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"markedForSuspendInfo": "会话 {id} 已标记为挂起。关闭标签页或退出应用程序时,该会话将被挂起。",
|
"markedForSuspendInfo": "会话 {id} 已标记为挂起。关闭标签页时,该会话将被挂起。",
|
||||||
"wsNotConnectedError": "WebSocket 未连接。无法执行挂起/恢复操作。",
|
"wsNotConnectedError": "WebSocket 未连接。无法执行挂起/恢复操作。",
|
||||||
"sessionNotFoundError": "未找到会话或 WebSocket 管理器不可用。",
|
"sessionNotFoundError": "未找到会话或 WebSocket 管理器不可用。",
|
||||||
"notMarkedWarning": "会话未被标记为待挂起。",
|
"notMarkedWarning": "会话未被标记为待挂起。",
|
||||||
|
|||||||
@@ -84,9 +84,9 @@
|
|||||||
v-if="session.backendSshStatus === 'hanging'"
|
v-if="session.backendSshStatus === 'hanging'"
|
||||||
@click="resumeSession(session)"
|
@click="resumeSession(session)"
|
||||||
:title="$t('suspendedSshSessions.action.resume')"
|
:title="$t('suspendedSshSessions.action.resume')"
|
||||||
class="responsive-button-padding py-1.5 text-sm font-medium rounded-md text-white bg-green-600 hover:bg-green-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-green-500 transition-colors duration-150 inline-flex items-center"
|
class="responsive-button-padding py-1.5 text-sm font-medium rounded-md text-button-text bg-button hover:bg-button-hover focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary transition-colors duration-150 inline-flex items-center"
|
||||||
>
|
>
|
||||||
<i class="fas fa-play action-icon" style="color: white;"></i>
|
<i class="fas fa-play action-icon" style="color: var(--button-text-color, white);"></i> <!-- Assuming icon color should also match button text -->
|
||||||
<span class="button-session-text">{{ $t('suspendedSshSessions.action.resume') }}</span>
|
<span class="button-session-text">{{ $t('suspendedSshSessions.action.resume') }}</span>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
|
|||||||
Reference in New Issue
Block a user