diff options
Diffstat (limited to 'application/views/scripts/bootos')
| -rw-r--r-- | application/views/scripts/bootos/index.phtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/application/views/scripts/bootos/index.phtml b/application/views/scripts/bootos/index.phtml index d09bb34..f7f6e0f 100644 --- a/application/views/scripts/bootos/index.phtml +++ b/application/views/scripts/bootos/index.phtml @@ -4,6 +4,7 @@ <th>ID</th> <th>Title</th> <th>GroupID</th> + <th>MembershipID</th> <th>ConfigID</th> <th>Init</th> <th>Kernel</th> @@ -18,6 +19,7 @@ <td><?php echo $this->escape($bootos->getID()); ?></td> <td><?php echo $this->escape($bootos->getTitle()); ?></td> <td><?php echo $this->escape($bootos->getGroupID()); ?></td> + <td><?php echo $this->escape($bootos->getMembershipID()); ?></td> <td><?php echo $this->escape($bootos->getConfigID()); ?></td> <td><?php echo $this->escape($bootos->getPath_init()); ?></td> <td><?php echo $this->escape($bootos->getPath_kernel()); ?></td> |
