Skip to content

Commit

Permalink
update styles to reflect bootstrap 4 changes in MunkiReport-PHP v6.0.…
Browse files Browse the repository at this point in the history
…0-beta.1

bump package version to 6.0.0-beta1 in line with the upstream munkireport-php repository
  • Loading branch information
mosen committed May 22, 2021
1 parent 3ca6243 commit c427bd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "munkireport/applications",
"description": "Module for munkireport.",
"license": "MIT",
"version": "6.0.0"
"version": "6.0.0-beta1"
}
6 changes: 3 additions & 3 deletions views/applications_listing.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php $this->view('partials/head'); ?>

<div class="container">
<div class="row">
<div class="container-fluid">
<div class="row pt-4">
<div class="col-lg-12">

<h3><span data-i18n="applications.reporttitle"></span> <span id="total-count" class='label label-primary'>…</span></h3>
<h3><span data-i18n="applications.reporttitle"></span> <span id="total-count" class='badge badge-primary'>…</span></h3>

<table class="table table-striped table-condensed table-bordered">

Expand Down

0 comments on commit c427bd4

Please sign in to comment.