| widgets/FloodAnalysis/Widget.js | ●●●●● patch | view | raw | blame | history | |
| widgets/FloodAnalysis/css/style.css | ●●●●● patch | view | raw | blame | history |
widgets/FloodAnalysis/Widget.js
@@ -564,8 +564,8 @@ e.lat = Number(e.lat).toFixed(4) e.sw = self.calculateSw(e.water, sub) e.water = Number(e.water).toFixed(4) e.sw = Number(e.sw).toFixed(4) e.water = Number(e.water).toFixed(3) e.sw = Number(e.sw).toFixed(3) }) self.loadPagination(self.analysisTableList, "analysis-pagination") widgets/FloodAnalysis/css/style.css
@@ -95,6 +95,9 @@ margin-left: 2% !important; background: white; border: none; background-color: #1f81e0; color: white; cursor: pointer; } .search-button, .save-button {