aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-performance/src/main/webapp/performance/alarm_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'openo-portal/portal-performance/src/main/webapp/performance/alarm_view.html')
-rw-r--r--openo-portal/portal-performance/src/main/webapp/performance/alarm_view.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/openo-portal/portal-performance/src/main/webapp/performance/alarm_view.html b/openo-portal/portal-performance/src/main/webapp/performance/alarm_view.html
index 2e883ee6..6ec7048e 100644
--- a/openo-portal/portal-performance/src/main/webapp/performance/alarm_view.html
+++ b/openo-portal/portal-performance/src/main/webapp/performance/alarm_view.html
@@ -301,7 +301,7 @@
<script src="../common/thirdparty/jquery.i18n/jquery.i18n.properties-1.0.9.js" type="text/javascript"></script>
<script src="../common/thirdparty/bootbox/bootbox.min.js" type="text/javascript"></script>
<script src="../common/thirdparty/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
- <script src="../common/thirdparty/data-tables/jquery.dataTables.js" type="text/javascript"></script>
+ <script src="../common/thirdparty/data-tables/jquery.dataTables-1.9.4.js"></script>
<script src="../common/thirdparty/bootstrap-daterangepicker/moment.js" type="text/javascript"></script>
<script src="../common/thirdparty/bootstrap-daterangepicker/daterangepicker.js" type="text/javascript"></script>
<script src="../common/js/international/loadi18n.js" type="text/javascript"></script>
@@ -333,7 +333,7 @@
<script src="js/alarmsServerPageTable.js" type="text/javascript"></script>
<script src="js/alarmsUtil.js" type="text/javascript"></script>
<script src="js/alarmConds.js" type="text/javascript"></script>
- <script src="js/performanceUtil.js" type="text/javascript"></script>
+ <script src="js/commonUtil.js" type="text/javascript"></script>
<script src="js/curAlarmsController.js" type="text/javascript"></script>
</body>
</html>