Skip to content
Snippets Groups Projects
Commit 94d95066 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

deprecacy version changed

parent 4d41b225
No related branches found
No related tags found
1 merge request!955Resolve "change info in deprecacy"
Pipeline #14782 passed
...@@ -329,7 +329,7 @@ OverlayPanel.prototype.overlayToDataRow = function (overlay, checked, disabled) ...@@ -329,7 +329,7 @@ OverlayPanel.prototype.overlayToDataRow = function (overlay, checked, disabled)
for (var j = 0; j < overlay.getDeprecatedColumns().length; j++) { for (var j = 0; j < overlay.getDeprecatedColumns().length; j++) {
result[1] += overlay.getDeprecatedColumns()[j] + ", "; result[1] += overlay.getDeprecatedColumns()[j] + ", ";
} }
result[1] += " This format will be not supported in minerva 15 and higher. Please re-upload data set using new format.'>" + result[1] += " This format will be not supported in minerva 16 and higher. Please re-upload data set using new format.'>" +
"<i class='fa fa-exclamation-triangle' style='font-size:18px; font-weight:400; padding-right:10px;color:orange'></i>" + overlay.getName() + "</div>" "<i class='fa fa-exclamation-triangle' style='font-size:18px; font-weight:400; padding-right:10px;color:orange'></i>" + overlay.getName() + "</div>"
} else { } else {
result[1] = overlay.getName(); result[1] = overlay.getName();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment