generated from kyma-project/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c824376
commit 314e91f
Showing
2 changed files
with
49 additions
and
21 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
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 |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"> | ||
|
||
</head> | ||
|
||
<body class="p-3 m-0 border-0 bd-example m-1 border-0"> | ||
|
@@ -18,19 +19,10 @@ | |
|
||
</div> | ||
<br /> | ||
<div class="dropdown"> | ||
<a class="btn btn-secondary dropdown-toggle btn-sm" role="button" data-bs-toggle="dropdown" aria-expanded="false"> | ||
Channel | ||
</a> | ||
|
||
<ul class="dropdown-menu"> | ||
<li><a class="dropdown-item" onclick="openChannel(0)"><small>regular</small></a></li> | ||
<li><a class="dropdown-item" onclick="openChannel(1)"><small>fast</small></a></li> | ||
<li><a class="dropdown-item" onclick="openChannel(2)"><small>latest</small></a></li> | ||
</ul> | ||
<button type="button" class="btn btn-outline-primary btn-sm" onclick="checkStatus()">Update status</button> | ||
<div class="dropdown d-inline-flex gap-1" id="topButtons"> | ||
</div> | ||
<br/> | ||
<br/> | ||
<div id="modules" class="row row-cols-1 row-cols-sm-2 row-cols-md-3 row-cols-lg-4"> | ||
The list of modules is loading. Please wait... | ||
</div> | ||
|
@@ -65,7 +57,7 @@ <h1 class="modal-title fs-5" id="modalTitle">Modal title</h1> | |
<script src="https://kyma-project.github.io/community-modules/app.js"></script> | ||
|
||
<!-- For local development replace the line above with this: --> | ||
<!-- <script src="app.js"></script> --> | ||
<!-- <script src="app.js"></script> --> | ||
|
||
</body> | ||
|
||
|