Skip to content

Commit

Permalink
webui: rename the getClients function to attachClientsTable
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Mar 11, 2020
1 parent bb0b9c4 commit b5cba5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webui/module/Client/view/client/client/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ $this->headTitle($title);
}
}

function getClients() {
function attachClientsTable() {
clients = $('#clients').bootstrapTable({
locale: '<?php echo str_replace('_','-', $_SESSION['bareos']['locale']); ?>',
cookie: <?php echo $_SESSION['bareos']['dt_statesave']; ?>,
Expand Down Expand Up @@ -256,7 +256,7 @@ $this->headTitle($title);
$("#modal-001").modal();
}

getClients();
attachClientsTable();

});

Expand Down

0 comments on commit b5cba5e

Please sign in to comment.