P3X GitList Demo
GitHub
Repo
Changelog
To do
Releases
Themes
Language
Auto
Afrikaans
العربية
বাংলা
Català
Čeština
Dansk
Deutsch
Ελληνικά
English
Español
Suomi
Français
עברית
Magyar
Italiano
日本語
한국어
Nederlands
Norsk
Polski
Português
Română
Русский
Српски
Svenska
Türkçe
Українська
Tiếng Việt
中文
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
985d98de97d98d24cb0f4b495e7ac5e5cfbfc11e
Branches
main
Files
Commits
Log
Graph
Stats
redis-ui-material.git
src
angular
pages
main
key
p3xr-main-key-stream.html
RSS
Git
Fetch origin
Download
ZIP
TAR
Clone
Delete
Are you sure to delete this file?
Editor
Raw
Blame
History
2kB
38 lines
HTML code
Clone
HTTPS
This file (2kB) exceeds the allowed full mode (48 kb) size. The editor full height is disabled, only scrolling is allowed.
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height mode.
src/angular/pages/main/key/p3xr-main-key-stream.html
<p3xr-key-pager p3xr-controller="$ctrl"></p3xr-key-pager> <div layout-gt-xs="row" layout="column" layout-align-gt-sm="start center" layout-align="center center" md-colors="{ background: 'primary-300' }"> <div flex="20"><span ng-if="!$root.$mdMedia('xs')"> </span>{{ $root.p3xr.strings.page.key.stream.table.timestamp }}</div> <div flex="60"> {{ $root.p3xr.strings.page.key.stream.table.field }} <i class="fas fa-chevron-right" style="transform: scale(0.75) !important;"></i> {{ $root.p3xr.strings.page.key.stream.table.value }} </div> <div flex="20" style="text-align: right" class="p3xr-connected-readonly-filler"> <md-button class="md-icon-button " ng-click="$ctrl.addStream({ $event: $event})" ng-if="$root.p3xr.state.connection.readonly !== true"> <md-tooltip>{{ $root.p3xr.strings.intention.add }}</md-tooltip> <md-icon>add</md-icon> </md-button> </div> </div> <div layout-gt-xs="row" layout="column" layout-align-gt-sm="start start" layout-align="center center" ng-repeat="(key, value) in $ctrl.pageBasedList()" ng-class="{ 'p3xr-list-key-odd-item': $odd }" class="p3xr-list-key-item" > <div flex="20" > <span> {{ value[0] }} <md-tooltip md-direction="top">{{ $ctrl.showTimestamp({ timestamp: value[0]})}}</md-tooltip> </span> </div> <div flex="60" style="overflow: auto;align-items: flex-start;"> <span ng-repeat="dataArr in $ctrl.p3xrValueGenerated[key]" class="p3xr-pre">{{ dataArr[0]}} <i class="fas fa-chevron-right" style="transform: scale(0.75) !important;"></i> {{ dataArr[1]}}<span ng-if="!$last"><br/></span></span> </div> <div flex="20" style="text-align: right; "> <md-button class="md-icon-button md-warn" ng-click="$ctrl.deleteStreamTimestamp({ streamTimestamp: value[0], $event: $event})" ng-if="$root.p3xr.state.connection.readonly !== true"> <md-tooltip>{{ $root.p3xr.strings.intention.delete }}</md-tooltip> <md-icon>delete</md-icon> </md-button> </div> </div>
Keyboard shortcuts
/
Focus search
?
Show this help
Esc
Unfocus input