-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix windows bug by refactoring the creation step (no csv anymore) and…
… use of MS Edge browser
- Loading branch information
Showing
6 changed files
with
125 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<!doctype html> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
|
@@ -8,10 +8,9 @@ | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/yeti/bootstrap.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"> | ||
</head> | ||
<body onload="draw()"> | ||
<body> | ||
<div class="container-fluid main-container"> | ||
<div class="row panel-row"> | ||
|
||
<!-- Left Panel --> | ||
<div class="col-8" id="leftPanel"> | ||
<div id="toolbar"> | ||
|
@@ -31,7 +30,6 @@ | |
<!-- neovis visualization --> | ||
<div id="viz">Loading...</div> | ||
</div> | ||
|
||
<!-- Right Panel --> | ||
<div class="col-4 mt-2 justify-content-between"> | ||
<ul class="nav nav-pills mb-3 nav-justified" id="pills-tab" role="tablist"> | ||
|
@@ -44,7 +42,6 @@ | |
</ul> | ||
<hr> | ||
<div class="tab-content mb-5" id="pills-tabContent"> | ||
|
||
<!-- General Tab --> | ||
<div class="tab-pane fade show active" id="general-tab" role="tabpanel" aria-labelledby="general-container-tab"> | ||
<!-- Filters --> | ||
|
@@ -156,8 +153,8 @@ <h5><i class="bi bi-card-list"></i> Smells</h5> | |
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF" crossorigin="anonymous"></script> | ||
<script src="https://unpkg.com/[email protected].0-alpha.9"></script> | ||
<script type="text/javascript" src="smells.js"></script> | ||
<script type="text/javascript" src="index.js"></script> | ||
<script src="https://unpkg.com/[email protected].2"></script> | ||
<script src="smells.js"></script> | ||
<script src="index.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters