url's aangepast
This commit is contained in:
parent
bf0855238d
commit
b9b342e271
|
|
@ -13,7 +13,7 @@ function displayMetrics() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function getSystemMetrics() {
|
function getSystemMetrics() {
|
||||||
var url = "https://olproperties-dev.alldcs.nl/metrics";
|
var url = "https://olproperties-riscv.alldcs.nl/metrics";
|
||||||
var req = new XMLHttpRequest();
|
var req = new XMLHttpRequest();
|
||||||
|
|
||||||
var metricToDisplay = {};
|
var metricToDisplay = {};
|
||||||
|
|
@ -86,7 +86,7 @@ function displaySystemProperties() {
|
||||||
|
|
||||||
function getSystemPropertiesRequest() {
|
function getSystemPropertiesRequest() {
|
||||||
var propToDisplay = ["java.vendor", "java.version", "user.name", "os.name", "wlp.install.dir", "wlp.server.name" ];
|
var propToDisplay = ["java.vendor", "java.version", "user.name", "os.name", "wlp.install.dir", "wlp.server.name" ];
|
||||||
var url = "https://olproperties-dev.alldcs.nl/system/properties";
|
var url = "https://olproperties-riscv.alldcs.nl/system/properties";
|
||||||
var req = new XMLHttpRequest();
|
var req = new XMLHttpRequest();
|
||||||
var table = document.getElementById("systemPropertiesTable");
|
var table = document.getElementById("systemPropertiesTable");
|
||||||
// Create the callback:
|
// Create the callback:
|
||||||
|
|
@ -131,7 +131,7 @@ function displayHealth() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function getHealth() {
|
function getHealth() {
|
||||||
var url = "https://olproperties-dev.alldcs.nl/health";
|
var url = "https://olproperties-riscv.alldcs.nl/health";
|
||||||
var req = new XMLHttpRequest();
|
var req = new XMLHttpRequest();
|
||||||
|
|
||||||
var healthBox = document.getElementById("healthBox");
|
var healthBox = document.getElementById("healthBox");
|
||||||
|
|
@ -173,7 +173,7 @@ function displayConfigProperties() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function getConfigPropertiesRequest() {
|
function getConfigPropertiesRequest() {
|
||||||
var url = "https://olproperties-dev.alldcs.nl/config";
|
var url = "https://olproperties-riscv.alldcs.nl/config";
|
||||||
var req = new XMLHttpRequest();
|
var req = new XMLHttpRequest();
|
||||||
|
|
||||||
var configToDisplay = {};
|
var configToDisplay = {};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user