2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-24 13:21:12 +00:00
Files
xcat-core/xCAT-server/lib/xcat/plugins
jbjohnso d0dc5dd96a -Implement table selection criteria for nodels.
table.column==value will only show nodes where table.column is exactly value
    table.column!=value will mask out nodes where table.column is exactly value
    table.column=~regex will only show nodes where the table.column value matches regex
    table.column!~regex will mask out nodes where the table.column value matches regex


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2091 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-07 16:31:56 +00:00
..
2008-08-22 14:07:55 +00:00
2008-07-22 12:45:41 +00:00
2008-07-07 18:29:55 +00:00
2008-08-29 13:20:01 +00:00
2008-06-25 15:37:19 +00:00
2008-07-18 12:04:28 +00:00