* usage page now has more dynamic part where user can enter id and publis ssh keys and the server will generate the appropriate commmands to execute depending on the local and remote shell.
14 lines
219 B
Plaintext
14 lines
219 B
Plaintext
package templates
|
|
|
|
import "converge/pkg/models"
|
|
|
|
|
|
templ Index(access models.ConvergeAccess) {
|
|
@BasePage(0) {
|
|
@About()
|
|
@Usage(access)
|
|
@Downloads()
|
|
}
|
|
}
|
|
|