mirror of https://github.com/Icinga/icinga2.git
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…
Reference in New Issue