Lines Matching full:time
2 <div id="configuration-date-time">
3 <h1>Date and time settings</h1>
5 <h2>Set date and time manually or configure a Network Time Protocol (NTP) Server</h2>
11 …<label class="control-radio" for="ntp-time">Obtain Automatically from a Network Time Protocol (NTP…
12 <input type="radio" id="ntp-time" ng-model="time.mode" value="NTP">
20 …<input id="ntp-server{{$index+1}}" type="text" ng-readonly="time.mode != 'NTP'" ng-model="server" …
29 <label class="control-radio" for="manual-time">Manually set date and time
30 <input type="radio" id="manual-time" ng-model="time.mode" value="Manual"/>
36 … <p class="content-label">BMC <span ng-if="time.owner != 'Split'">and Host</span> Time</p>
38 …<input type="date" ng-model="bmc.date" ng-readonly="time.mode == 'NTP'" min="2018-01-01" max="2099…
39 <input type="time" ng-model="bmc.date" ng-readonly="time.mode == 'NTP'" />
43 <li class="date-time__metadata-block" ng-if="time.owner == 'Split'">
44 <p class="content-label">Host Time</p>
48 <input type="time" ng-model="host.date"/>
53 <label for="date-time-owner" class="content-label">Time Owner</label>
54 <select id="date-time-owner" ng-model="time.owner" class="date-time__owner-dropdown">