cleanup: remove title on backup session element
This commit is contained in:
parent
530a949e54
commit
da2e9f99e4
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@
|
|||
}
|
||||
|
||||
// Update the hash
|
||||
// TODO: should only be done after a successfull save.
|
||||
// TODO: should only be done after a successful save.
|
||||
this.lastHash = hash;
|
||||
|
||||
// Prepare the backup snapshot.
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
</script>
|
||||
|
||||
<script type="text/template" id="session-list-item">
|
||||
<div class="session-item" title="{{id}}">
|
||||
<div class="session-item">
|
||||
<div class="session-details">
|
||||
<span class="session-details-title">{{name}} {{description}}</span>
|
||||
<span class="session-details-info">Session recorded {{date}}</span>
|
||||
|
|
Loading…
Reference in a new issue