|
@@ -1,7 +1,11 @@
|
|
@extends ('layouts/template')
|
|
@extends ('layouts/template')
|
|
|
|
|
|
@section('content')
|
|
@section('content')
|
|
-
|
|
|
|
|
|
+ <style>
|
|
|
|
+ #admin-table-rm-matrix_wrapper {
|
|
|
|
+ padding-top: 10px;
|
|
|
|
+ }
|
|
|
|
+ </style>
|
|
<link rel="stylesheet" href="https://cdn.datatables.net/1.11.5/css/jquery.dataTables.min.css">
|
|
<link rel="stylesheet" href="https://cdn.datatables.net/1.11.5/css/jquery.dataTables.min.css">
|
|
<script src="https://cdn.datatables.net/1.11.5/js/jquery.dataTables.min.js"></script>
|
|
<script src="https://cdn.datatables.net/1.11.5/js/jquery.dataTables.min.js"></script>
|
|
<style>
|
|
<style>
|
|
@@ -345,7 +349,9 @@
|
|
<script>
|
|
<script>
|
|
(function() {
|
|
(function() {
|
|
function init() {
|
|
function init() {
|
|
- $('#table-rm-matrix').DataTable();
|
|
|
|
|
|
+ $('#table-rm-matrix').DataTable({
|
|
|
|
+ "pageLength": 100
|
|
|
|
+ });
|
|
$('#practice-remote-monitoring').removeAttr('v-cloak');
|
|
$('#practice-remote-monitoring').removeAttr('v-cloak');
|
|
}
|
|
}
|
|
addMCInitializer('practice-remote-monitoring', init, '#practice-remote-monitoring');
|
|
addMCInitializer('practice-remote-monitoring', init, '#practice-remote-monitoring');
|