* removed the Async utility * now using Ping message to webclient for keep alive instaed of actual content * added remote shell to AgentInfo * retry of connections to the agent * better logging for SynchronizeStreams
20 lines
251 B
Plaintext
20 lines
251 B
Plaintext
package templates
|
|
|
|
|
|
templ Sessions() {
|
|
<div hx-ext="ws" ws-connect="/ws/sessions">
|
|
<h1>sessions</h1>
|
|
|
|
<div id="mycontent">
|
|
Loading...
|
|
</div>
|
|
</div>
|
|
|
|
}
|
|
|
|
|
|
templ SessionsTab() {
|
|
@BasePage(4) {
|
|
@Sessions()
|
|
}
|
|
} |