Commit dca5e467 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Minor hack review me later (Strong)

parent fa911090
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
}) })
.onStateChange(function () { .onStateChange(function () {
var gadget = this, var gadget = this,
header_text = "By " + gadget.state.author + header_text = "By <strong>" + gadget.state.author +
" on " + gadget.state.modification_date + ":", "</strong> on " + gadget.state.modification_date + ":",
header = domsugar("div", { header = domsugar("div", {
class: "slapos-event-discussion-message-header" class: "slapos-event-discussion-message-header"
}, [ }, [
......
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>1000.58263.12906.59494</string> </value> <value> <string>1000.58274.31432.3037</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1655128468.51</float> <float>1655158176.68</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment