forked from Cingulara/openrmf-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
systems.html
341 lines (315 loc) · 14 KB
/
systems.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
<!--
// Copyright (c) Cingulara LLC 2020 and Tutela LLC 2020. All rights reserved.
// Licensed under the GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 license. See LICENSE file in the project root for full license information.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OpenRMF - System Listing</title>
<meta name="description" content="OpenRMF Checklists Dashboard">
<meta name="author" content="Dale Bingham - https://www.cingulara.com">
<meta name="referrer" content="origin">
<!-- Favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="assets/favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png">
<link rel="manifest" href="assets/favicons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Bootstrap CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- Font Awesome CSS -->
<link href="assets/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<!-- Custom CSS -->
<link href="assets/css/style.css" rel="stylesheet" type="text/css" />
<link href="assets/plugins/sweetalert/sweetalert.css" rel="stylesheet" type="text/css" />
<!-- BEGIN CSS for this page -->
<link href="assets/plugins/jquery.filer/css/jquery.filer.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="/assets/css/dataTables.bootstrap4.min.css"/>
<link href="assets/css/pricing-tables.css" rel="stylesheet" type="text/css" />
<style>
td.details-control {
background: url('assets/plugins/datatables/img/details_open.png') no-repeat center center;
cursor: pointer;
}
tr.shown td.details-control {
background: url('assets/plugins/datatables/img/details_close.png') no-repeat center center;
}
</style>
<!-- END CSS for this page -->
</head>
<body class="adminbody">
<script src="assets/js/keycloak.min.js"></script>
<script src="./js/auth.js"></script>
<div id="main">
<!-- top bar navigation -->
<div class="headerbar">
<!-- LOGO -->
<div class="headerbar-left">
<a href="index.html" class="logo"><img alt="Logo" src="assets/images/logo.jpg" /> <span>Open<span>RMF</span></span></a>
</div>
<nav class="navbar-custom">
<ul class="list-inline float-right mb-0">
<li class="list-inline-item dropdown notif">
<a class="nav-link dropdown-toggle arrow-none" data-toggle="dropdown" href="#" role="button" title="Help and Support"
aria-haspopup="false" aria-expanded="false">
<i class="fa fa-fw fa-question-circle"></i>
</a>
<div class="dropdown-menu dropdown-menu-right dropdown-arrow dropdown-arrow-success dropdown-lg">
<!-- item-->
<div class="dropdown-item noti-title">
<h5><small>Help and Support</small></h5>
</div>
<!-- item-->
<a target="_blank" rel="noopener noreferrer" href="/help/" class="dropdown-item notify-item">
<p class="notify-details ml-0">
<b>OpenRMF Online Help</b>
<span>Systems, Checklists, Reports</span>
</p>
</a>
<!-- item-->
<a target="_blank" rel="noopener noreferrer" href="https://cingulara.github.io/openrmf-docs/" class="dropdown-item notify-item">
<p class="notify-details ml-0">
<b>OpenRMF install, download, SCAP, ACAS, RMF Process</b>
<span>GitHub Pages <i class="fa fa-fw fa-external-link"></i></span>
</p>
</a>
</div>
</li>
<li class="list-inline-item dropdown notif">
<a class="nav-link dropdown-toggle nav-user" data-toggle="dropdown" title="Open the User Menu"
href="#" role="button" aria-haspopup="false" aria-expanded="false">
<img src="assets/images/avatars/avatar3.png" alt="Profile image"
class="avatar-rounded">
</a>
<div class="dropdown-menu dropdown-menu-right profile-dropdown ">
<!-- item-->
<div class="dropdown-item noti-title">
<h5 class="text-overflow"><small>Hello, <span id="profileUserName"></span></small> </h5>
</div>
<!-- item-->
<a id="profileAccountURL" href="" class="dropdown-item notify-item" title="Open your Profile page">
<i class="fa fa-user"></i> <span>Profile</span>
</a>
<!-- item-->
<a id="profileLogoutURL" href="" title="Logout of OpenRMF"
class="dropdown-item notify-item"><i class="fa fa-power-off"></i> <span>Logout</span>
</a>
</div>
</li>
</ul>
<ul class="list-inline menu-left mb-0">
<li class="float-left">
<button class="button-menu-mobile open-left">
<i class="fa fa-fw fa-bars"></i>
</button>
</li>
</ul>
</nav>
</div>
<!-- End Navigation -->
<!-- Left Sidebar -->
<div class="left main-sidebar">
<div class="sidebar-inner leftscroll">
<div id="sidebar-menu">
<ul>
<li class="submenu">
<a href="index.html" title="View your OpenRMF Dashboard"><i class="fa fa-fw fa-dashboard"></i><span> Dashboard </span> </a>
</li>
<li class="submenu">
<a class="active" href="systems.html" title="View your Systems and Checklists"><i class="fa fa-fw fa-table"></i><span> Systems </span> </a>
</li>
<li class="submenu">
<a href="compliance.html" title="Generate your System Compliance Listing"><i class="fa fa-fw fa-check-square-o"></i><span> Compliance </span> </a>
</li>
<li class="submenu">
<a href="templates.html" title="View your OpenRMF Template Checklists"><i class="fa fa-fw fa-list"></i><span> Templates </span> </a>
</li>
<li class="submenu">
<a href="/reports/index.html" title="View your OpenRMF Reporting Dashboard"><i class="fa fa-fw fa-area-chart"></i><span> Reports </span> </a>
</li>
<li class="submenu" id="menuUpload" title="Upload New Templates or Checklists or by System" style="display: none;">
<a href="upload.html"><i class="fa fa-fw fa-file-text-o"></i><span> Upload </span> </a>
</li>
<li class="submenu" id="menuAudit" title="View Audit Records" style="display: none;">
<a href="audit.html"><i class="fa fa-fw fa-shield"></i><span> Audit </span> </a>
</li>
</ul>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
</div>
</div>
<!-- End Sidebar -->
<div class="content-page">
<!-- Start content -->
<div class="content">
<div class="container-fluid">
<div class="row">
<div class="col-xl-12">
<div class="breadcrumb-holder">
<h1 class="main-title float-left">Systems</h1>
<ol class="breadcrumb float-right">
<li class="breadcrumb-item">Home</li>
<li class="breadcrumb-item active">Systems</li>
</ol>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- end row -->
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12">
<div class="card mb-3">
<div class="card-header">
<h3 class="float-left"><i class="fa fa-table"></i> My Systems</h3>
<button id="btnAddSystem" style="display: none;"
onclick="resetAddSystemForm(); $('#customModal').modal('show');"
class="btn btn-primary btn-sm m-r-5 m-b-10 float-right"
><span class="btn-label"><i class="fa fa-plus"></i></span> Add</button>
<!-- data-target="#customModal" data-toggle="modal" -->
</div>
<div class="card-body">
<div id="divMessaging" class="alert alert-warning alert-dismissible fade show" style="display: none;" role="alert"></div>
<div class="small">* A System is a collection of all checklists, servers, switches, applications to be a part of an accreditation/ATO package.</div>
<div id="divSystemListing" class="systemsList">
</div>
</div><!-- end card body -->
</div><!-- end card-->
</div>
</div><!-- end row-->
</div>
<!-- END container-fluid -->
</div>
<!-- END content -->
</div>
<!-- END content-page -->
<footer class="footer">
<span class="text-right">
© <a target="_blank" rel="noopener noreferrer" href="https://www.cingulara.com/">Cingulara 2020</a>
© <a target="_blank" rel="noopener noreferrer" href="https://www.tutelasec.com/">Tutela 2020</a>
</span>
<span class="float-right">
Powered by <a target="_blank" rel="noopener noreferrer" href="https://www.pikeadmin.com"><b>Pike Admin</b></a>
</span>
</footer>
</div>
<!-- END main -->
<script src="assets/js/modernizr.min.js"></script>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/moment.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/detect.js"></script>
<script src="assets/js/fastclick.js"></script>
<script src="assets/js/jquery.blockUI.js"></script>
<script src="assets/js/jquery.nicescroll.js"></script>
<script src="assets/js/jquery.scrollTo.min.js"></script>
<script src="assets/plugins/switchery/switchery.min.js"></script>
<script src="assets/plugins/sweetalert/sweetalert.js"></script>
<script src="assets/plugins/chart.js/chart.min.js"></script>
<script src="assets/plugins/chart.js/chartjs-plugin-labels.min.js"></script>
<!-- App js -->
<script src="assets/js/pikeadmin.js"></script>
<!-- BEGIN Java Script for this page -->
<script src="assets/plugins/jquery.filer/js/jquery.filer.min.js"></script>
<script src="assets/js/jquery.dataTables.min.js"></script>
<script src="assets/js/dataTables.bootstrap4.min.js"></script>
<script src="js/moment.min.js"></script>
<script src="./js/openrmf.js"></script>
<script src="./js/apis.js"></script>
<script src="js/jquery.blockUI.js"></script>
<script>
$(document).ready(function() {
// authentication first
keycloak.init({onLoad: 'login-required' }).success(function(authenticated) {
if (authenticated) {
// setup the profile account and logout menu
setupProfileMenu();
// see if the upload menu should show
verifyMenus();
verifyAddSystem();
// remove the system filter when listing all systems again
sessionStorage.removeItem("systemFilter");
// calls to get the checklist page setup
if (getParameterByName('rtn'))
getChecklistListingBySession();
else
getSystemListing();
// file setup for the Nessus File Upload
$('#frmNessusFile').filer({
limit: 1,
maxSize: 60,
extensions: ['nessus'],
changeInput: true,
showThumbs: true,
addMore: true,
captions: {
errors: {
filesLimit: "Only {{fi-limit}} files are allowed to be uploaded at a time.",
filesType: "Only Nessus *.nessus XML-based files can be uploaded.",
filesSize: "{{fi-name}} is too large! Please upload a file up to {{fi-maxSize}} MB."
}
}
});
}
else {
swal("Invalid Login", "You are not logged in. Please check your setup with Keycloak.", "error");
}
}).error(function() {
swal("Invalid Login", "Keycloak did not respond correctly. Please verify your Keycloak realm as well as Redirect URI and Web Origins information. (i.e. are you missing an '*' somewhere?", "error");
});
} );
</script>
<!-- END Java Script for this page -->
<!-- Add System Modal -->
<div class="modal fade customModal" id="customModal" tabindex="-1" role="dialog" aria-labelledby="customModal" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel2">Create a new System</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="form-group">
<label for="frmSystemTitle">System Title (required)</label>
<input type="text" class="form-control" id="frmSystemTitle" maxlength="100"
aria-describedby="titleHelp" placeholder="Enter a System Name" required>
<small id="titleHelp" class="form-text text-muted">Enter the name or title of your system</small>
</div>
<div class="form-group">
<label for="frmSystemDescription">Description</label>
<textarea type="text" class="form-control" id="frmSystemDescription" rows="4"
aria-describedby="descriptionHelp" placeholder="Enter a Description" required></textarea>
<small id="descriptionHelp" class="form-text text-muted">Specify a good description for this System</small>
</div>
<div class="form-group">
<label for="frmNessusFile">Nessus ACAS File (if any)</label><br />
<input type="file" name="frmNessusFile" id="frmNessusFile" />
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary" onclick="addSystem();">Save changes</button>
</div>
</div>
</div>
</div>
</body>
</html>