Skip to content

Commit

Permalink
create UI to accommodate adding/deleting custom lines #323
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaBurek committed Feb 14, 2022
1 parent 7e082f1 commit 0adcd02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/metviewer/metviewer1.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
}
.ui-pg-table .navtable {
width: 550px;
width: 700px;
}
.ui-jqgrid td input, .ui-jqgrid td select, .ui-jqgrid td textarea {
Expand Down Expand Up @@ -182,7 +182,7 @@
<script type="application/javascript" src="js/moment-timezone-with-data.js"></script>
<script type="application/javascript" src="js/multilevel-dropdown.js"></script>
<script type="application/javascript" src="js/jquery.daterangepicker.min.js"></script>
<script type="application/javascript" src="js/metviewer_common.js"></script>
<script type="application/javascript" src="js/metviewer_common.min.js"></script>
<script type="application/javascript" src="js/jquery_multiselect.min.js"></script>
<script type="application/javascript" src="js/plotly-latest.min.js"></script>

Expand Down

0 comments on commit 0adcd02

Please sign in to comment.