aboutsummaryrefslogtreecommitdiffstats
path: root/AdminPanel/Hosts
Commit message (Collapse)AuthorAgeFilesLines
* Project structure changeAngelo Naselli2014-01-272-458/+0
|
* FIxed license and apanel categoryAngelo Naselli2014-01-261-1/+1
|
* - extends Module, icon and name attributes definedMatteo Pasotti2014-01-261-0/+11
|
* - added the about button invoking the AboutDialogMatteo Pasotti2014-01-261-2/+17
|
* - fixed host aliases issue (undefined aliases where causing warnings and ↵Matteo Pasotti2014-01-251-3/+13
| | | | crashes)
* - implemented a generalized _manipulateHostDialog (was _addHostDialog)Matteo Pasotti2014-01-251-7/+43
| | | | | - _addHostDialog is now just a wrapper to _manipulateHostDialog - implemented _edtHostDialog as a wrapper to _manipulateHostDialog
* - implemented _modifyHostMatteo Pasotti2014-01-251-0/+7
|
* - refreshing host table after insert/delete opsMatteo Pasotti2014-01-251-5/+11
| | | | - aliases are now shown correctly (fixed string replacement issue)
* - updated license headersMatteo Pasotti2014-01-252-1/+20
|
* - initializing configHosts attribute using moose builderMatteo Pasotti2014-01-251-2/+14
| | | | - implemented _dropHost method
* asking confirmation before dropping the selected host; writing changes when ↵Matteo Pasotti2014-01-251-2/+10
| | | | pressing the ok button
* - now using Moose (hosts is now a class)Matteo Pasotti2014-01-191-6/+24
| | | | | | - _insertHost implemented - _writeHosts implemented - configHosts is an instance variable
* - now able to insert host entriesMatteo Pasotti2014-01-191-1/+33
| | | | - cfgHosts is a instance variable
* - dropping old commentsMatteo Pasotti2014-01-121-42/+2
|
* - do not use AdminPanel::SharedMatteo Pasotti2014-01-121-1/+1
|
* - _getHosts subroutine fully implementedMatteo Pasotti2014-01-121-4/+39
|
* - setupTable implemented and layout fixedMatteo Pasotti2014-01-121-17/+42
|
* - fixed English grammarMatteo Pasotti2014-01-111-1/+1
|
* - layout fixed (ncurses input fields are now better sized)Matteo Pasotti2014-01-111-19/+21
|
* - added hosts moduleMatteo Pasotti2014-01-111-0/+12
|
* - added _addHostDialog subroutine (not fully implemented)Matteo Pasotti2014-01-111-0/+250