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