Skip to content

Commit 647db95

Browse files
committed
Hide certificate button
1 parent 8636c6d commit 647db95

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

main.go

+8-7
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,20 @@ package main
55

66
import (
77
"flag"
8-
log "github.com/Sirupsen/logrus"
9-
"github.com/carlescere/scheduler"
10-
"github.com/gin-gonic/gin"
11-
"github.com/itsjamie/gin-cors"
12-
"github.com/kardianos/osext"
13-
"github.com/vharitonsky/iniflags"
148
"os"
159
"os/user"
1610
"path/filepath"
1711
"runtime/debug"
1812
"strconv"
1913
"text/template"
2014
"time"
15+
16+
log "github.com/Sirupsen/logrus"
17+
"github.com/carlescere/scheduler"
18+
"github.com/gin-gonic/gin"
19+
"github.com/itsjamie/gin-cors"
20+
"github.com/kardianos/osext"
21+
"github.com/vharitonsky/iniflags"
2122
//"github.com/sanbornm/go-selfupdate/selfupdate" #included in update.go to change heavily
2223
)
2324

@@ -399,7 +400,7 @@ body {
399400
<input type="submit" value="Send" />
400401
<input type="text" id="msg" size="64"/>
401402
<input name="pause" type="checkbox" value="pause" id="myCheck"/> Pause
402-
<input type="button" value="Install Certificate" onclick="window.open('http://localhost:8991/certificate.crt')" />
403+
<!--<input type="button" value="Install Certificate" onclick="window.open('http://localhost:8991/certificate.crt')" />-->
403404
</form>
404405
</form>
405406
</body>

0 commit comments

Comments
 (0)