summaryrefslogtreecommitdiff
path: root/support/tlcockpit/src/main/resources
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/tlcockpit/src/main/resources
Initial commit
Diffstat (limited to 'support/tlcockpit/src/main/resources')
-rw-r--r--support/tlcockpit/src/main/resources/TLCockpit/spinner-small.gifbin0 -> 16225 bytes
-rw-r--r--support/tlcockpit/src/main/resources/TLCockpit/spinner.gifbin0 -> 60549 bytes
-rw-r--r--support/tlcockpit/src/main/resources/TLCockpit/tlcockpit-128.jpgbin0 -> 3479 bytes
-rw-r--r--support/tlcockpit/src/main/resources/TLCockpit/tlcockpit-48.jpgbin0 -> 1166 bytes
-rw-r--r--support/tlcockpit/src/main/resources/logback.xml11
5 files changed, 11 insertions, 0 deletions
diff --git a/support/tlcockpit/src/main/resources/TLCockpit/spinner-small.gif b/support/tlcockpit/src/main/resources/TLCockpit/spinner-small.gif
new file mode 100644
index 0000000000..10dfdccdbd
--- /dev/null
+++ b/support/tlcockpit/src/main/resources/TLCockpit/spinner-small.gif
Binary files differ
diff --git a/support/tlcockpit/src/main/resources/TLCockpit/spinner.gif b/support/tlcockpit/src/main/resources/TLCockpit/spinner.gif
new file mode 100644
index 0000000000..bff38ea7a9
--- /dev/null
+++ b/support/tlcockpit/src/main/resources/TLCockpit/spinner.gif
Binary files differ
diff --git a/support/tlcockpit/src/main/resources/TLCockpit/tlcockpit-128.jpg b/support/tlcockpit/src/main/resources/TLCockpit/tlcockpit-128.jpg
new file mode 100644
index 0000000000..fe92ead1e3
--- /dev/null
+++ b/support/tlcockpit/src/main/resources/TLCockpit/tlcockpit-128.jpg
Binary files differ
diff --git a/support/tlcockpit/src/main/resources/TLCockpit/tlcockpit-48.jpg b/support/tlcockpit/src/main/resources/TLCockpit/tlcockpit-48.jpg
new file mode 100644
index 0000000000..d9d5dc6ca8
--- /dev/null
+++ b/support/tlcockpit/src/main/resources/TLCockpit/tlcockpit-48.jpg
Binary files differ
diff --git a/support/tlcockpit/src/main/resources/logback.xml b/support/tlcockpit/src/main/resources/logback.xml
new file mode 100644
index 0000000000..ee899bf75d
--- /dev/null
+++ b/support/tlcockpit/src/main/resources/logback.xml
@@ -0,0 +1,11 @@
+<configuration>
+ <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
+ <encoder>
+ <pattern>%d{HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n</pattern>
+ </encoder>
+ </appender>
+
+ <root level="info">
+ <appender-ref ref="STDOUT" />
+ </root>
+</configuration> \ No newline at end of file