diff options
Diffstat (limited to 'application/views/scripts/session/index.phtml')
| -rw-r--r-- | application/views/scripts/session/index.phtml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/application/views/scripts/session/index.phtml b/application/views/scripts/session/index.phtml index 8d50dd2..f0df609 100644 --- a/application/views/scripts/session/index.phtml +++ b/application/views/scripts/session/index.phtml @@ -5,7 +5,9 @@ <table> <tr> <th>ID</th> + <th>alphasessionID</th> <th>ClientID</th> + <th>BootmenuentryID</th> <th>BootosID</th> <th>BootIsoID</th> <th>Time</th> @@ -16,7 +18,7 @@ <?php foreach ($this->sessions as $session): ?> <tr class=entry> <td><?php echo $this->escape($session->getID()) ?></td> - <td><?php echo $this->escape($session->getalphasessionID()) ?></td> + <td><?php echo $this->escape($session->getAlphasessionID()) ?></td> <td><?php echo $this->escape($session->getClientID()) ?></td> <td><?php echo $this->escape($session->getBootmenuentryID()) ?></td> <td><?php echo $this->escape($session->getBootosID()) ?></td> |
