Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

Commit

Permalink
Update Edge_Investigation_master.ipynb
Browse files Browse the repository at this point in the history
Cosmetic change to increase src_ip and dst_ip width
  • Loading branch information
LedaLima authored Sep 20, 2016
1 parent 9c2ec49 commit b7e2fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oa/flow/ipynb_templates/Edge_Investigation_master.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@
" scrIpLalbel = widgets.HTML(value=\"Source IP:\", height='10%', width='100%')\n",
" srcselect = widgets.Select(options=srclist, height='90%')\n",
" apply_css_to_select(srcselect)\n",
" srcIpBox = widgets.Box(width='20%', height='100%')\n",
" srcIpBox = widgets.Box(width='25%', height='100%')\n",
" srcIpBox.children = (scrIpLalbel, srcselect)\n",
" \n",
" # Destination IP box\n",
" dstIpLalbel = widgets.HTML(value=\"Dest IP:\", height='10%', width='100%')\n",
" dstselect = widgets.Select(options=dstlist, height='90%')\n",
" apply_css_to_select(dstselect)\n",
" dstIpBox = widgets.Box(width='20%', height='100%')\n",
" dstIpBox = widgets.Box(width='25%', height='100%')\n",
" dstIpBox.children = (dstIpLalbel, dstselect)\n",
" \n",
" # Source Port box\n",
Expand Down

0 comments on commit b7e2fb8

Please sign in to comment.