mirror of
https://github.com/luscis/openlan.git
synced 2025-12-24 11:10:54 +08:00
fix: access: remove terminal option.
This commit is contained in:
@@ -191,7 +191,7 @@
|
||||
<div class="point">
|
||||
<div class="panel-header">
|
||||
<p>
|
||||
<span>The point accessed to, and total </span><span>{{ len .Clients }}+{{ len .Points }}</span>.
|
||||
<span>The point accessed to, and total </span><span>{{ len .Clients }}+{{ len .Access }}</span>.
|
||||
</p>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
@@ -221,7 +221,7 @@
|
||||
<td><span class="{{ .State }}">{{ .State }}</span></td>
|
||||
</tr>
|
||||
{{ end }}
|
||||
{{ range .Points }}
|
||||
{{ range .Access }}
|
||||
<tr>
|
||||
<td>{{ .UUID }}</td>
|
||||
<td>{{ prettyTime .AliveTime }}</td>
|
||||
|
||||
@@ -89,7 +89,6 @@ func (l *Link) Start() error {
|
||||
args := []string{
|
||||
"-alias", l.cfg.Connection + "@" + l.cfg.Network,
|
||||
"-conf", file,
|
||||
"-terminal", "ww",
|
||||
}
|
||||
l.out.Debug("Link.Start %s %v", l.Path(), args)
|
||||
cmd := exec.Command(l.Path(), args...)
|
||||
|
||||
Reference in New Issue
Block a user