Skip to content

Commit bbdf1d9

Browse files
committed
Fix: Update label in connectivity script to use connection name
1 parent ea07f00 commit bbdf1d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2025-05-21-connectivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ script: |
3232
(function() {
3333
let icon = $ssh.isConnected() ? 'cable.connector' : 'cable.connector.slash'
3434
return {
35-
label: '',
35+
label: $vars.get('WEBSSH_CONNECTION_NAME'),
3636
icon
3737
}
3838
})();

0 commit comments

Comments
 (0)