mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
parent
22cf939086
commit
7aafcf15a5
1 changed files with 4 additions and 4 deletions
|
|
@ -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 a new issue