Skip to content

Commit

Permalink
update footer message for groups all
Browse files Browse the repository at this point in the history
  • Loading branch information
cdupuis committed Oct 16, 2017
1 parent 2cf6c52 commit eae158f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/assets/js/automation.client.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ function init() {
});
dd += "</select></div></form>";
$("#footer").html(dd);
} else {
$("#footer").html(automations.name + "@" + automations.version + " active for all teams");
}

if (!loaded) {
Expand Down

0 comments on commit eae158f

Please sign in to comment.