mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
parent
6653c51df5
commit
2d7bc74339
@ -36,7 +36,7 @@ namespace Icinga
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void btnOpenConfigDir_Click(object sender, EventArgs e) {
|
private void btnOpenConfigDir_Click(object sender, EventArgs e) {
|
||||||
Process.Start("explorer.exe", Program.Icinga2DataDir + "\\etc\\icinga2");
|
Process.Start("explorer.exe", Program.Icinga2DataDir);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user