yinyajun / cron-admin

admin for cron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cron-admin

Web UI tool for administering cron. It is based on vue and uses the UI Toolkit element-ui.

Usage

You can import it as a library in your web application.

package main

import (
	"net/http"

	"github.com/yinyajun/cron-admin"
)

func main() {
	http.Handle("/", cron_admin.UIHandler())
	http.ListenAndServe(":8004", nil)
}

Web-UI

ui

About

admin for cron


Languages

Language:JavaScript 60.4%Language:Vue 38.2%Language:HTML 0.7%Language:Go 0.6%