Get node
parent
4c8d37b602
commit
81c4db11a1
|
@ -26,10 +26,7 @@ for (var i = 0; i < resp.infos.length; i++) {
|
||||||
if (envs.length > 0) {
|
if (envs.length > 0) {
|
||||||
jps.settings.main.fields[1].values = envs;
|
jps.settings.main.fields[1].values = envs;
|
||||||
jps.settings.main.fields[1].default = envs[0].value;
|
jps.settings.main.fields[1].default = envs[0].value;
|
||||||
} else {
|
}
|
||||||
// Handle the case where no environments match the criteria
|
|
||||||
console.log("No environments with storage nodes found that are not part of any envGroup.");
|
|
||||||
}
|
|
||||||
|
|
||||||
import java.util.TimeZone;
|
import java.util.TimeZone;
|
||||||
var zones = toNative(TimeZone.getAvailableIDs());
|
var zones = toNative(TimeZone.getAvailableIDs());
|
||||||
|
|
Loading…
Reference in New Issue