From d2bb6e0c0a41966b5eca486e975bf1e8d1d15bf5 Mon Sep 17 00:00:00 2001
From: Daniel Harte
Date: Wed, 8 Jun 2016 14:55:30 +0000
Subject: [PATCH] gui: Bootstrap tooltips (in modals)
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3280
---
gui/default/syncthing/core/aboutModalView.html | 2 +-
gui/default/syncthing/device/editDeviceModalView.html | 2 +-
gui/default/syncthing/transfer/failedFilesModalView.html | 4 ++--
gui/default/syncthing/transfer/neededFilesModalView.html | 6 +++---
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/gui/default/syncthing/core/aboutModalView.html b/gui/default/syncthing/core/aboutModalView.html
index 3fedf185..7d78ba81 100644
--- a/gui/default/syncthing/core/aboutModalView.html
+++ b/gui/default/syncthing/core/aboutModalView.html
@@ -1,6 +1,6 @@
-
+
{{versionString()}}
diff --git a/gui/default/syncthing/device/editDeviceModalView.html b/gui/default/syncthing/device/editDeviceModalView.html
index 1360c6e7..e77718ef 100644
--- a/gui/default/syncthing/device/editDeviceModalView.html
+++ b/gui/default/syncthing/device/editDeviceModalView.html
@@ -74,7 +74,7 @@
{{folder.id}}
diff --git a/gui/default/syncthing/transfer/failedFilesModalView.html b/gui/default/syncthing/transfer/failedFilesModalView.html
index b3288a1e..d387fc72 100644
--- a/gui/default/syncthing/transfer/failedFilesModalView.html
+++ b/gui/default/syncthing/transfer/failedFilesModalView.html
@@ -5,8 +5,8 @@
- | {{e.path | basename}} |
- {{e.error | lastErrorComponent}} |
+ {{e.path | basename}} |
+ {{e.error | lastErrorComponent}} |
diff --git a/gui/default/syncthing/transfer/neededFilesModalView.html b/gui/default/syncthing/transfer/neededFilesModalView.html
index d6f20c5f..2b2e0575 100644
--- a/gui/default/syncthing/transfer/neededFilesModalView.html
+++ b/gui/default/syncthing/transfer/neededFilesModalView.html
@@ -16,12 +16,12 @@
{{needActions[f.action]}} |
- {{f.name | basename}} |
+ {{f.name | basename}} |
-
+
- {{f.name | basename}}
+ {{f.name | basename}}
|