<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<HEAD>
<META HTTP-EQUIV="Refresh" CONTENT=180>
<TITLE>NMS Audit Log</TITLE>
<STYLE type="text/css">
h1.headerTool
{
font-size: 30pt;
font-style: italic;
font-weight: bold;
letter-spacing: -4px;
}
.headerReg, .headerTM
{
font-size: 12pt;
vertical-align: super;
}
.headerWebtop
{
font-size: 28;
font-weight: 500;
letter-spacing: 0px;
}
body
{
background-color: #eeeeee;
color: #55555;
font-family: Arial, Verdana, sans-serif;
font-size: 10pt;
table-layout: fixed;
}
.systemMsg
{
font-size: 10pt;
font-weight: bold;
}
</STYLE>
<!--
<link rel="stylesheet" href="css/jquery.dataTables.min.css">
<link rel="stylesheet" href="css/buttons.dataTables.min.css">
-->
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/dt/jq-3.3.1/jszip-2.5.0/dt-1.10.23/b-1.6.5/b-html5-1.6.5/datatables.min.css"/>
<style type="text/css" class="init">
div.container {
width: 80%;
}
</style>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.36/pdfmake.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.36/vfs_fonts.js"></script>
<script type="text/javascript" src="https://cdn.datatables.net/v/dt/jq-3.3.1/jszip-2.5.0/dt-1.10.23/b-1.6.5/b-html5-1.6.5/datatables.min.js"></script>
<!--
<script src="js/jquery-3.3.1.js"></script>
<script src="js/jquery.dataTables.min.js"></script>
<script src="js/dataTables.buttons.min.js"></script>
<script src="js/jszip.min.js"></script>
<script src="js/pdfmake.min.js"></script>
<script src="js/vfs_fonts.js"></script>
<script src="js/buttons.html5.min.js"></script>
-->
<script type="text/javascript" language="javascript" class="init">
$(document).ready(function() {
$('#ncs').DataTable( {
"autoWidth": true,
"scrollY": "400px",
"scrollX": true,
"dom": '<lf<t>Bip>',
"lengthMenu": [[15,20,25,50,-1], [15,20,25,50,"All"]],
"columnDefs": [
{"width" : "120px", "targets": 0},
{"width" : "50px", "targets": 1},
{"width" : "200px", "targets": 2},
{"width" : "30px", "targets": 3},
{"width" : "40px", "targets": 4},
{"width" : "200px", "targets": 5}
],
"buttons": [
'csv',
{
extend: 'pdfHtml5',
orientation: 'landscape',
pageSize: 'LEGAL'
}
]
} );
} );
</script>
</HEAD>
<BODY>
<div class="container">
<CENTER>
<h1>NMS Audit Log</h1>
<HR HEIGHT="15" >
</CENTER>
<table id="ncs" class="display" width="100%">
<thead>
<tr>
<th>Date</th>
<th>Requestor</th>
<th>Device</th>
<th>ID</th>
<th>Business Case</th>
<th>Reason</th>
</tr>
</thead>
<tbody>
<tr>
<td>02-22-2021 22:02:34</td>
<td>funkd010</td>
<td>device1</td>
<td>1218</td>
<td>ritm3344558</td>
<td>Device software was upgraded</td>
</tr>
<tr>
<td>02-22-2021 22:10:55</td>
<td>funkd010</td>
<td>device2</td>
<td>4726</td>
<td>ritm3344558</td>
<td>A Device updated with an additional blade added or more ports enabled</td>
</tr>
<tr>
<td>02-23-2021 15:22:11</td>
<td>funkd010</td>
<td>device3</td>
<td>4536</td>
<td>INC17810823</td>
<td>A Device has interface updates to speed or an important interface has changed from one port to another and SV1 indicator has been removed from the old interface</td>
</tr>
</tbody>
</table>
<form action="">
<div align="center"><input type="button" value="Close" onclick="window.close();" style="cursor: pointer; cursor: hand;"</input></div>
</form>
</div>
</BODY>
</HTML>
body {
font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
color: #333;
background-color: #fff;
}
You can jump to the latest bin by adding /latest
to your URL
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + [ | Indents selected lines |
ctrl + ] | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Clone Bin |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |