Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
L
Liman MYS - Çekirdek
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
liman
Liman MYS - Çekirdek
Commits
7468c12e
Kaydet (Commit)
7468c12e
authored
Haz 01, 2020
tarafından
mertcelen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Log details visually formatted.
üst
ca8a2841
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
one.blade.php
resources/views/server/one.blade.php
+1
-1
No files found.
resources/views/server/one.blade.php
Dosyayı görüntüle @
7468c12e
...
...
@@ -925,7 +925,7 @@
$
.
each
(
json
.
message
,
function
(
index
,
current
)
{
current
.
id
=
"a"
+
Math
.
random
()
.
toString
(
36
)
.
substr
(
2
,
9
);
logTitleWrapper
.
append
(
"<a class='list-group-item list-group-item-action' id='"
+
current
.
id
+
"_title' href='#"
+
current
.
id
+
"_content' data-toggle='list' role='tab' aria-controls='home'>"
+
current
.
title
+
"</a>"
);
logContentWrapper
.
append
(
"<div class='tab-pane fade' id='"
+
current
.
id
+
"_content' role='tabpanel' aria-labelledby='"
+
current
.
id
+
"_title'>
"
+
current
.
message
+
"
</div>"
);
logContentWrapper
.
append
(
"<div class='tab-pane fade' id='"
+
current
.
id
+
"_content' role='tabpanel' aria-labelledby='"
+
current
.
id
+
"_title'>
<pre>"
+
current
.
message
+
"</pre>
</div>"
);
});
modal
.
modal
(
"show"
);
setTimeout
(
function
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment