aboutsummaryrefslogtreecommitdiffstats
path: root/resmgr/src/main/webapp/resmgr/sdn-resmgr/port/port.html
diff options
context:
space:
mode:
Diffstat (limited to 'resmgr/src/main/webapp/resmgr/sdn-resmgr/port/port.html')
-rw-r--r--resmgr/src/main/webapp/resmgr/sdn-resmgr/port/port.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/resmgr/src/main/webapp/resmgr/sdn-resmgr/port/port.html b/resmgr/src/main/webapp/resmgr/sdn-resmgr/port/port.html
index 31f48b46..09cf3a6c 100644
--- a/resmgr/src/main/webapp/resmgr/sdn-resmgr/port/port.html
+++ b/resmgr/src/main/webapp/resmgr/sdn-resmgr/port/port.html
@@ -56,8 +56,8 @@
{{portData.operState}}
</td>
<td title="'Action'">
- <span ng-click="editData(portData.id)" style="cursor: pointer;margin: 0 5px"> <img src="framework/images/edit.png" height="15" align="left"/></span>
- <span ng-click="deleteData(portData.id)" style="cursor: pointer;margin: 0 5px"><img src="framework/images/delete.png" height="15" align="middle"/></span>
+ <span ng-click="editData(portData.id)" style="cursor: pointer;margin: 0 5px"> <img src="/openoui/framework/browser/thirdparty/images/edit.png" height="15" align="left"/></span>
+ <span ng-click="deleteData(portData.id)" style="cursor: pointer;margin: 0 5px"><img src="/openoui/framework/browser/thirdparty/images/delete.png" height="15" align="middle"/></span>
</td>
</tr>