Skip to content
Snippets Groups Projects
Commit 842e8b84 authored by Adam Caprez's avatar Adam Caprez
Browse files

Merge branch 'imagelist' into 'master'

Imagelist

See merge request !269
parents 44120f1e a201845d
No related branches found
No related tags found
1 merge request!269Imagelist
...@@ -9,14 +9,14 @@ ...@@ -9,14 +9,14 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.31.1/css/filter.formatter.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.31.1/css/filter.formatter.min.css">
<div class="pager"> <div class="pager">
<img src="http://mottie.github.com/tablesorter/addons/pager/icons/first.png" class="first"/ <img src="/images/tablesorter/first.png" class="first"/
> >
<img src="http://mottie.github.com/tablesorter/addons/pager/icons/prev.png" class="prev"/> <img src="/images/tablesorter/prev.png" class="prev"/>
<!-- the "pagedisplay" can be any element, including an input --> <!-- the "pagedisplay" can be any element, including an input -->
<span class="pagedisplay" data-pager-output-filtered="{startRow:input} &ndash; {endRow} / { <span class="pagedisplay" data-pager-output-filtered="{startRow:input} &ndash; {endRow} / {
filteredRows} of {totalRows} total rows"></span> filteredRows} of {totalRows} total rows"></span>
<img src="http://mottie.github.com/tablesorter/addons/pager/icons/next.png" class="next"/> <img src="/images/tablesorter/next.png" class="next"/>
<img src="http://mottie.github.com/tablesorter/addons/pager/icons/last.png" class="last"/> <img src="/images/tablesorter/last.png" class="last"/>
<select class="pagesize"> <select class="pagesize">
<option value="5">5</option> <option value="5">5</option>
<option value="10">10</option> <option value="10">10</option>
...@@ -37,14 +37,14 @@ filteredRows} of {totalRows} total rows"></span> ...@@ -37,14 +37,14 @@ filteredRows} of {totalRows} total rows"></span>
{{ .Inner }} {{ .Inner }}
<div class="pager"> <div class="pager">
<img src="http://mottie.github.com/tablesorter/addons/pager/icons/first.png" class="first"/ <img src="/images/tablesorter/first.png" class="first"/
> >
<img src="http://mottie.github.com/tablesorter/addons/pager/icons/prev.png" class="prev"/> <img src="/images/tablesorter/prev.png" class="prev"/>
<!-- the "pagedisplay" can be any element, including an input --> <!-- the "pagedisplay" can be any element, including an input -->
<span class="pagedisplay" data-pager-output-filtered="{startRow:input} &ndash; {endRow} / { <span class="pagedisplay" data-pager-output-filtered="{startRow:input} &ndash; {endRow} / {
filteredRows} of {totalRows} total rows"></span> filteredRows} of {totalRows} total rows"></span>
<img src="http://mottie.github.com/tablesorter/addons/pager/icons/next.png" class="next"/> <img src="/images/tablesorter/next.png" class="next"/>
<img src="http://mottie.github.com/tablesorter/addons/pager/icons/last.png" class="last"/> <img src="/images/tablesorter/last.png" class="last"/>
<select class="pagesize"> <select class="pagesize">
<option value="5">5</option> <option value="5">5</option>
<option value="10">10</option> <option value="10">10</option>
......
...@@ -4,12 +4,12 @@ ...@@ -4,12 +4,12 @@
<p><em>last generated {{ $json.table_generated }}</em></p> <p><em>last generated {{ $json.table_generated }}</em></p>
{{ end }} {{ end }}
<div class="pager"> <div class="pager">
<img src="http://mottie.github.com/tablesorter/addons/pager/icons/first.png" class="first"/> <img src="/images/tablesorter/first.png" class="first"/>
<img src="http://mottie.github.com/tablesorter/addons/pager/icons/prev.png" class="prev"/> <img src="/images/tablesorter/prev.png" class="prev"/>
<!-- the "pagedisplay" can be any element, including an input --> <!-- the "pagedisplay" can be any element, including an input -->
<span class="pagedisplay" data-pager-output-filtered="{startRow:input} &ndash; {endRow} / {filteredRows} of {totalRows} total rows"></span> <span class="pagedisplay" data-pager-output-filtered="{startRow:input} &ndash; {endRow} / {filteredRows} of {totalRows} total rows"></span>
<img src="http://mottie.github.com/tablesorter/addons/pager/icons/next.png" class="next"/> <img src="/images/tablesorter/next.png" class="next"/>
<img src="http://mottie.github.com/tablesorter/addons/pager/icons/last.png" class="last"/> <img src="/images/tablesorter/last.png" class="last"/>
<select class="pagesize"> <select class="pagesize">
<option value="5">5</option> <option value="5">5</option>
<option value="10">10</option> <option value="10">10</option>
...@@ -47,12 +47,12 @@ ...@@ -47,12 +47,12 @@
</table> </table>
<div class="pager"> <div class="pager">
<img src="http://mottie.github.com/tablesorter/addons/pager/icons/first.png" class="first"/> <img src="/images/tablesorter/first.png" class="first"/>
<img src="http://mottie.github.com/tablesorter/addons/pager/icons/prev.png" class="prev"/> <img src="/images/tablesorter/prev.png" class="prev"/>
<!-- the "pagedisplay" can be any element, including an input --> <!-- the "pagedisplay" can be any element, including an input -->
<span class="pagedisplay" data-pager-output-filtered="{startRow:input} &ndash; {endRow} / {filteredRows} of {totalRows} total rows"></span> <span class="pagedisplay" data-pager-output-filtered="{startRow:input} &ndash; {endRow} / {filteredRows} of {totalRows} total rows"></span>
<img src="http://mottie.github.com/tablesorter/addons/pager/icons/next.png" class="next"/> <img src="/images/tablesorter/next.png" class="next"/>
<img src="http://mottie.github.com/tablesorter/addons/pager/icons/last.png" class="last"/> <img src="/images/tablesorter/last.png" class="last"/>
<select class="pagesize"> <select class="pagesize">
<option value="10">10</option> <option value="10">10</option>
<option value="20">20</option> <option value="20">20</option>
......
static/images/tablesorter/first.png

642 B

static/images/tablesorter/last.png

661 B

static/images/tablesorter/loading.gif

416 B

static/images/tablesorter/next.png

658 B

static/images/tablesorter/prev.png

663 B

...@@ -18,5 +18,4 @@ ...@@ -18,5 +18,4 @@
| Ubuntu Cloud 18.04 LTS | `ubuntu` | `ssh -l ubuntu <ipaddress>` | Ubuntu Cloud Image from the 18.04 Long Term Support release.| | Ubuntu Cloud 18.04 LTS | `ubuntu` | `ssh -l ubuntu <ipaddress>` | Ubuntu Cloud Image from the 18.04 Long Term Support release.|
| Ubuntu Cloud 20.04 LTS | `ubuntu` | `ssh -l ubuntu <ipaddress>` | Ubuntu Cloud Image from the 20.04 Long Term Support release.| | Ubuntu Cloud 20.04 LTS | `ubuntu` | `ssh -l ubuntu <ipaddress>` | Ubuntu Cloud Image from the 20.04 Long Term Support release.|
| Ubuntu 18.04 Xfce | `ubuntu` | [X2Go instructions](/anvil/connecting_to_linux_instances_using_x2go/) | Ubuntu 18.04 with the Xfce Desktop Environment pre-installed.| | Ubuntu 18.04 Xfce | `ubuntu` | [X2Go instructions](/anvil/connecting_to_linux_instances_using_x2go/) | Ubuntu 18.04 with the Xfce Desktop Environment pre-installed.|
| MySQL Server 5.5 | `centos`/`root` | `ssh -l centos <ip address>`/[MySQL instructions](/anvil/connecting_to_mysql) | CentOS 7 based image with a pre-configured MySQL (MariaDB) server. | | MariaDB Server 10.5 | `centos`/`root` | `ssh -l centos <ip address>`/[MySQL instructions](/anvil/using_mysql) | CentOS 7 based image with a pre-configured MariaDB server. |
| MariaDB Server 10.5 | `centos`/`root` | `ssh -l centos <ip address>`/[MySQL instructions](/anvil/connecting_to_mysql) | CentOS 7 based image with a pre-configured MariaDB server. |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment