Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Update sessions story and snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisa Kim committed Jul 15, 2020
1 parent 615efaa commit 4a06b68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 73 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,23 +72,4 @@ const sessions = [
},
],
},
{
id: 'AB',
namespace: 'AG',
login: 'root',
active: 'AZ',
created: new Date('2019-04-22T00:00:51.543Z'),
durationText: '5 min',
serverId: '10_128_0_6.demo.gravitational.io',
clusterId: '',
hostname: undefined,
sid: 'sid1',
addr: undefined,
parties: [
{
user: '[email protected]',
remoteAddr: '129.232.123.132',
},
],
},
];
Original file line number Diff line number Diff line change
Expand Up @@ -273,12 +273,12 @@ exports[`loaded 1`] = `
</strong>
-
<strong>
2
1
</strong>
of
<strong>
2
1
</strong>
</div>
<div
Expand Down Expand Up @@ -336,14 +336,12 @@ exports[`loaded 1`] = `
class="c10"
>
<a
bg="bgTerminal"
class="c7 c11 icon icon-terminal "
color="light"
font-size="2"
href="/web/cluster/localhost/console/session/sid0"
mr="3"
p="1"
style="border-radius: 50%; border: 2px solid #00bfa5; text-decoration: none;"
target="_blank"
/>
Session is in progress [root@localhost]
</div>
Expand Down Expand Up @@ -379,55 +377,6 @@ exports[`loaded 1`] = `
</button>
</td>
</tr>
<tr>
<td>
<div
class="c10"
>
<a
bg="bgTerminal"
class="c7 c11 icon icon-terminal "
color="light"
font-size="2"
href="/web/cluster/localhost/console/session/sid1"
mr="3"
p="1"
style="border-radius: 50%; border: 2px solid #00bfa5; text-decoration: none;"
/>
Session is in progress [root@10_128_0_6.demo.gravitational.io]
</div>
</td>
<td>
sid1
</td>
<td>
[email protected] [129.232.123.132]
</td>
<td>
10_128_0_6.demo.gravitational.io
</td>
<td>
5 min
</td>
<td
align="right"
>
<button
class="c12"
height="24px"
kind="border"
>
OPTIONS
<span
class="c7 c13 icon icon-caret-down "
color="text.secondary"
font-size="2"
/>
</button>
</td>
</tr>
</tbody>
</table>
</div>
Expand Down

0 comments on commit 4a06b68

Please sign in to comment.