mirror of https://github.com/Icinga/icinga2.git
parent
22cf939086
commit
7aafcf15a5
|
@ -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