Tooltips
This commit is contained in:
parent
8988720c0e
commit
bcd0f1ce15
6 changed files with 123 additions and 15 deletions
|
|
@ -125,6 +125,8 @@ func actionNodesTree(w http.ResponseWriter, r *http.Request) { // {{{
|
|||
w.Write(j)
|
||||
} // }}}
|
||||
func actionNode(w http.ResponseWriter, r *http.Request) { // {{{
|
||||
w.Header().Add("Content-Type", "application/json")
|
||||
|
||||
nodeID := 0
|
||||
nodeIDStr := r.PathValue("nodeID")
|
||||
nodeID, _ = strconv.Atoi(nodeIDStr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue